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