FungibleState

class FungibleState(var participants: MutableSet<AbstractParty?>? = null, var owner: AbstractParty, var quantity: Long, var issuer: AbstractParty, var issuerRef: ByteArray) : PersistentState

Inheritors

Constructors

Link copied to clipboard
constructor(participants: MutableSet<AbstractParty?>? = null, owner: AbstractParty, quantity: Long, issuer: AbstractParty, issuerRef: ByteArray)

Properties

Link copied to clipboard

X500Name of issuer party

Link copied to clipboard
Link copied to clipboard

X500Name of owner party

Link copied to clipboard

X500Name of participant parties

Link copied to clipboard

Amount attributes

Link copied to clipboard
open override var stateRef: PersistentStateRef?