corda / net.corda.core.contracts / CommandAndState

CommandAndState

data class CommandAndState

Return structure for OwnableState.withNewOwner

Constructors

<init>

CommandAndState(command: CommandData, ownableState: OwnableState)

Return structure for OwnableState.withNewOwner

Properties

command

val command: CommandData

ownableState

val ownableState: OwnableState

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.