CashIssuanceDefinition |
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. |
CommonCashState |
interface CommonCashState<I : CashIssuanceDefinition> : OwnableState Common elements of cash contract states. |