interface CashIssuanceDefinition : IssuanceDefinition
Subset of cash-like contract state, containing the issuance definition. If these definitions match for two contracts states, those states can be aggregated.
currency |
abstract val currency: Currency |
deposit |
abstract val deposit: PartyAndReference Where the underlying currency backing this ledger entry can be found (propagated) |
IssuanceDefinition |
data class IssuanceDefinition : CashIssuanceDefinition |