CommandWithParties

data class CommandWithParties<out T : CommandData>(val signers: List<PublicKey>, val signingParties: List<Party>, val value: T)

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

Constructors

Link copied to clipboard
constructor(signers: List<PublicKey>, signingParties: List<Party>, value: T)

Properties

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
val value: T