data class DummyState : ContractState
Dummy state for use in testing. Not part of any real contract.
<init> |
DummyState(magicNumber: Int = 0) Dummy state for use in testing. Not part of any real contract. |
contract |
val contract: DummyContract An instance of the contract class that will verify this state. |
magicNumber |
val magicNumber: Int |
participants |
val participants: List<PublicKey> A |
hash |
fun ContractState.hash(): SecureHash Returns the SHA-256 hash of the serialised contents of this state (not cached) |
with notary |
infix fun ContractState.with notary(notary: Party): TransactionState<ContractState> |