data class SingleOwnerState : OwnableState, State| <init> |
SingleOwnerState(magicNumber: Int = 0, owner: PublicKey) |
| contract |
val contract: DummyContractAn instance of the contract class that will verify this state. |
| magicNumber |
val magicNumber: Int |
| owner |
val owner: PublicKeyThere must be a MoveCommand signed by this key to claim the amount |
| participants |
val participants: List<PublicKey>A |
| withNewOwner |
fun withNewOwner(newOwner: PublicKey): <ERROR CLASS>Copies the underlying data structure, replacing the owner field with this new value and leaving the rest alone |