mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
dad59d116c
Currently the serialised forms and the form fed into the contract aren't quite joined up, because on disk/network a transaction is serialised with input references i.e. (txhash, output index) pairs, but the contract wants to see all input states in fully loaded form. To do that, we need some notion of a database of transactions. |
||
---|---|---|
.. | ||
KryoTests.kt | ||
TransactionSerializationTests.kt |