corda / net.corda.finance.contracts.asset / Cash / Commands / Exit

Exit

data class Exit : CommandData

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

Constructors

<init>

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

Exit(amount: Amount<Issued<Currency>>)

Properties

amount

val amount: Amount<Issued<Currency>>