corda / net.corda.core.contracts / Command

Command

data class Command<T : CommandData>

Command data/content plus pubkey pair: the signature is stored at the end of the serialized bytes

Constructors

<init>

Command(data: T, key: PublicKey)Command(value: T, signers: List<PublicKey>)

Command data/content plus pubkey pair: the signature is stored at the end of the serialized bytes

Properties

signers

val signers: List<PublicKey>

value

val value: T

Functions

toString

fun toString(): String

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

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