Cash Exit Flow
class CashExitFlow(amount: <Error class: unknown class><Currency>, issuerRef: <Error class: unknown class>, progressTracker: <Error class: unknown class>) : AbstractCashFlow<AbstractCashFlow.Result>
Initiates a flow that produces an cash exit transaction.
Parameters
amount
the amount of a currency to remove from the ledger.
issuer Ref
the reference on the issued currency. Added to the node's legal identity to determine the issuer.
Constructors
Types
Link copied to clipboard
class ExitRequest(val amount: <Error class: unknown class><Currency>, val issuerRef: <Error class: unknown class>) : AbstractCashFlow.AbstractRequest