com.r3corda.schemas / CashSchemaV1 / PersistentCashState

PersistentCashState

class PersistentCashState : PersistentState


Constructors

<init> PersistentCashState(encumbrance: Int?, owner: String, pennies: Long, currency: String, issuerParty: String, issuerRef: ByteArray)

Properties

currency var currency: String
encumbrance var encumbrance: Int?
issuerParty var issuerParty: String
issuerRef var issuerRef: ByteArray
owner var owner: String
pennies var pennies: Long

Inherited Properties

stateRef var stateRef: PersistentStateRef?