corda / net.corda.core.contracts / CommandAndState

CommandAndState

data class CommandAndState

Return structure for OwnableState.withNewOwner

Constructors

<init>

Return structure for OwnableState.withNewOwner

CommandAndState(command: CommandData, ownableState: OwnableState)

Properties

command

val command: CommandData

ownableState

val ownableState: OwnableState