data class DummyState : ContractStateDummy state for use in testing. Not part of any contract, not even the DummyContract.
| <init> |
DummyState(magicNumber: Int = 0)Dummy state for use in testing. Not part of any contract, not even the DummyContract. |
| contract |
val contract: DummyContractAn instance of the contract class that will verify this state. |
| magicNumber |
val magicNumber: Int |
| participants |
val participants: List<PublicKey>A |
| encumbrance |
open val encumbrance: Int?All contract states may be |
| hash |
fun ContractState.hash(): SecureHashReturns the SHA-256 hash of the serialised contents of this state (not cached) |