sealed class CashCommand
A command to initiate the Cash flow with.
| ExitCash |
class ExitCash : CashCommand
Exit cash from the ledger. |
| IssueCash |
class IssueCash : CashCommand
Issue cash state objects. |
| PayCash |
class PayCash : CashCommand
Pay cash to someone else. |
| ExitCash |
class ExitCash : CashCommand
Exit cash from the ledger. |
| IssueCash |
class IssueCash : CashCommand
Issue cash state objects. |
| PayCash |
class PayCash : CashCommand
Pay cash to someone else. |