sealed class ClientToServiceCommand
A command from the monitoring client, to the node.
id
- ID used to tag event(s) resulting from a command.ExitCash |
class ExitCash : ClientToServiceCommand Exit cash from the ledger. |
IssueCash |
class IssueCash : ClientToServiceCommand Issue cash state objects. |
PayCash |
class PayCash : ClientToServiceCommand Pay cash to someone else. |
id |
val id: UUID |
ExitCash |
class ExitCash : ClientToServiceCommand Exit cash from the ledger. |
IssueCash |
class IssueCash : ClientToServiceCommand Issue cash state objects. |
PayCash |
class PayCash : ClientToServiceCommand Pay cash to someone else. |