data class DummyState : ContractState
Dummy 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: DummyContract
An instance of the contract class that will verify this state. |
magicNumber |
val magicNumber: Int |
participants |
val participants: List<CompositeKey>
A |
hash |
fun ContractState.hash(): SecureHash
Returns the SHA-256 hash of the serialised contents of this state (not cached!) |