public static class CashFlowCommand.ExitCash
extends CashFlowCommand
Exit cash from the ledger.
CashFlowCommand.ExitCash, CashFlowCommand.IssueCash, CashFlowCommand.PayCash
Constructor and Description |
---|
ExitCash(Amount<java.util.Currency> amount,
OpaqueBytes issueRef)
Exit cash from the ledger.
|
Modifier and Type | Method and Description |
---|---|
Amount<java.util.Currency> |
getAmount() |
OpaqueBytes |
getIssueRef() |
FlowHandle<net.corda.core.transactions.SignedTransaction> |
startFlow(CordaRPCOps proxy) |
startFlow
public ExitCash(Amount<java.util.Currency> amount, OpaqueBytes issueRef)
Exit cash from the ledger.
amount
- the amount of currency to exit from the ledger.issueRef
- the reference previously specified on the issuance.public FlowHandle<net.corda.core.transactions.SignedTransaction> startFlow(CordaRPCOps proxy)
public Amount<java.util.Currency> getAmount()
public OpaqueBytes getIssueRef()