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

FungibleState

@MappedSuperclass class FungibleState : PersistentState

Constructors

<init>

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

Properties

issuer

X500Name of issuer party

var issuer: AbstractParty

issuerRef

var issuerRef: ByteArray

owner

X500Name of owner party

var owner: AbstractParty

participants

X500Name of participant parties

var participants: MutableSet<AbstractParty?>?

quantity

Amount attributes

var quantity: Long