sealed class CashFlowCommand
A command to initiate the Cash flow with.
ExitCash |
class ExitCash : CashFlowCommand
Exit cash from the ledger. |
IssueCash |
class IssueCash : CashFlowCommand
A command to initiate the Cash flow with. |
PayCash |
class PayCash : CashFlowCommand
Pay cash to someone else. |
startFlow |
abstract fun startFlow(proxy: CordaRPCOps): FlowHandle<SignedTransaction> |
ExitCash |
class ExitCash : CashFlowCommand
Exit cash from the ledger. |
IssueCash |
class IssueCash : CashFlowCommand
A command to initiate the Cash flow with. |
PayCash |
class PayCash : CashFlowCommand
Pay cash to someone else. |