Exit

data class Exit(val amount: Amount<Issued<Currency>>) : CommandData

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

Constructors

Link copied to clipboard
constructor(amount: Amount<Issued<Currency>>)

Properties

Link copied to clipboard