corda / net.corda.flows / CashCommand

CashCommand

sealed class CashCommand

A command to initiate the Cash flow with.

Types

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.

Inheritors

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.