CommandAndState

data class CommandAndState(val command: CommandData, val ownableState: OwnableState)

Return structure for OwnableState.withNewOwner

Constructors

Link copied to clipboard
constructor(command: CommandData, ownableState: OwnableState)

Properties

Link copied to clipboard
Link copied to clipboard