interface AssetIssuanceDefinition<T> : IssuanceDefinitionSubset 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: PartyAndReferenceWhere the underlying asset backing this ledger entry can be found (propagated) |
| token |
abstract val token: T |
| IssuanceDefinition |
data class IssuanceDefinition<T> : AssetIssuanceDefinition<T> |