interface CashIssuanceDefinition : IssuanceDefinitionSubset 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: PartyAndReferenceWhere the underlying currency backing this ledger entry can be found (propagated) |
| IssuanceDefinition |
data class IssuanceDefinition : CashIssuanceDefinition |