data class State : ContractState
<init> |
State(magicNumber: Int = 0, owners: List<CompositeKey>) |
contract |
val contract: DummyContractV2
An instance of the contract class that will verify this state. |
magicNumber |
val magicNumber: Int |
owners |
val owners: List<CompositeKey> |
participants |
val participants: List<CompositeKey>
A |