interface Exit<T> : CommandsA command stating that money has been withdrawn from the shared ledger and is now accounted for in some other way.
| amount |
abstract val amount: Amount<Issued<T>> |
| Exit |
data class Exit : Commands, Exit<Currency>A command stating that money has been withdrawn from the shared ledger and is now accounted for in some other way. |