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>

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

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

Properties

signers

val signers: List<PublicKey>

signingParties

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

val signingParties: List<Party>

value

val value: T