corda / net.corda.finance.test / SampleCashSchemaV2 / PersistentCashState

PersistentCashState

@Entity class PersistentCashState : FungibleState

Constructors

<init>

PersistentCashState(currency: String, participants: Set<AbstractParty?>, owner: AbstractParty, quantity: Long, issuerParty: AbstractParty, issuerRef: OpaqueBytes)

Properties

currency

product type

var currency: String

participants

X500Name of participant parties

var participants: MutableSet<AbstractParty?>?