PersistentCashState

class PersistentCashState(var owner: AbstractParty?, var pennies: Long, var currency: String, var issuerPartyHash: String, var issuerRef: ByteArray) : PersistentState

Constructors

Link copied to clipboard
constructor(owner: AbstractParty?, pennies: Long, currency: String, issuerPartyHash: String, issuerRef: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

X500Name of owner party

Link copied to clipboard
Link copied to clipboard
open override var stateRef: PersistentStateRef?