class State : ContractState
<init> |
State(magicNumber: Int = 0, notary: Party) |
contract |
val contract: DummyContract Contract by which the state belongs |
magicNumber |
val magicNumber: Int |
notary |
val notary: Party Identity of the notary that ensures this state is not used as an input to a transaction more than once |