corda / net.corda.core.contracts / CommandWithParties

CommandWithParties

data class CommandWithParties<out T : CommandData>

A Command where the signing parties have been looked up if they have a well known/recognised institutional key.

Constructors

<init>

CommandWithParties(signers: List<PublicKey>, signingParties: List<Party>, value: T)

A Command where the signing parties have been looked up if they have a well known/recognised institutional key.

Properties

signers

val signers: List<PublicKey>

signingParties

val signingParties: List<Party>

If any public keys were recognised, the looked up institutions are available here

value

val value: T

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

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