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