PersistentCashState

class PersistentCashState(var currency: String, participants: Set<AbstractParty?>, var owner: AbstractParty, var quantity: Long, issuerParty: AbstractParty, var issuerRef: OpaqueBytes) : CommonSchemaV1.FungibleState

Constructors

Link copied to clipboard
constructor(currency: String, participants: Set<AbstractParty?>, owner: AbstractParty, quantity: Long, issuerParty: AbstractParty, issuerRef: OpaqueBytes)

Properties

Link copied to clipboard

product type

Link copied to clipboard

X500Name of issuer party

Link copied to clipboard
Link copied to clipboard

X500Name of owner party

Link copied to clipboard
open override var participants: MutableSet<AbstractParty?>?

X500Name of participant parties

Link copied to clipboard

Amount attributes

Link copied to clipboard
open override var stateRef: PersistentStateRef?