corda / net.corda.core.schemas / CommonSchemaV1 / FungibleState

FungibleState

class FungibleState : PersistentState

Constructors

<init>

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

Properties

issuer

var issuer: AbstractParty

X500Name of issuer party

issuerRef

var issuerRef: ByteArray

owner

var owner: AbstractParty

X500Name of owner party

participants

var participants: MutableSet<AbstractParty?>?

X500Name of participant parties

quantity

var quantity: Long

Amount attributes

Inherited Properties

stateRef

var stateRef: PersistentStateRef?

Inheritors

PersistentCashState

class PersistentCashState : FungibleState