corda / net.corda.flows / CashCommand / PayCash

PayCash

class PayCash : CashCommand

Pay cash to someone else.

Parameters

amount - the amount of currency to issue on to the ledger.

recipient - the party to issue the cash to.

Constructors

<init> PayCash(amount: Amount<Issued<Currency>>, recipient: Party)

Pay cash to someone else.

Properties

amount val amount: Amount<Issued<Currency>>
recipient val recipient: Party