PartyAndReference

data class PartyAndReference(val party: AbstractParty, val reference: OpaqueBytes)

Reference to something being stored or issued by a party e.g. in a vault or (more likely) on their normal ledger. The reference is intended to be encrypted so it's meaningless to anyone other than the party.

Constructors

Link copied to clipboard
constructor(party: AbstractParty, reference: OpaqueBytes)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String