com.r3corda.contracts.cash / Cash / IssuanceDefinition

IssuanceDefinition

data class IssuanceDefinition<T> : AssetIssuanceDefinition<T>


Constructors

<init> IssuanceDefinition(deposit: PartyAndReference, token: T)

Properties

deposit val deposit: PartyAndReference

Where the underlying currency backing this ledger entry can be found (propagated)

token val token: T