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.
<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>>) |
amount |
val amount: Amount<Issued<Currency>> |