com.r3corda.contracts.asset / CommodityContract / Commands / Exit

Exit

data class Exit : Commands, Exit<Commodity>

A command stating that money has been withdrawn from the shared ledger and is now accounted for in some other way.



Constructors

<init> Exit(amount: Amount<Issued<Commodity>>)

A command stating that money has been withdrawn from the shared ledger and is now accounted for in some other way.

Properties

amount val amount: Amount<Issued<Commodity>>