corda/contracts/isolated
2016-06-17 15:05:35 +01:00
..
src/main/kotlin/com/r3corda Made TransactionBuilder abstract. Every transaction type now needs to implement and provide its own Builder. This is required since for specific types we need to run different logic when adding new items to the transaction. For example, when adding a new input state to a transaction of type NotaryChange we need to add all of the states participants to the signers list. 2016-06-17 15:05:35 +01:00
build.gradle Improved unit tests. 2016-03-22 12:15:47 +00:00