public static class CashFlowCommand.IssueCash
extends CashFlowCommand
A command to initiate the Cash flow with.
CashFlowCommand.ExitCash, CashFlowCommand.IssueCash, CashFlowCommand.PayCash
Constructor and Description |
---|
IssueCash(Amount<java.util.Currency> amount,
OpaqueBytes issueRef,
Party recipient,
Party notary)
A command to initiate the Cash flow with.
|
Modifier and Type | Method and Description |
---|---|
Amount<java.util.Currency> |
getAmount() |
OpaqueBytes |
getIssueRef() |
Party |
getNotary() |
Party |
getRecipient() |
FlowHandle<net.corda.core.transactions.SignedTransaction> |
startFlow(CordaRPCOps proxy) |
startFlow
public IssueCash(Amount<java.util.Currency> amount, OpaqueBytes issueRef, Party recipient, Party notary)
A command to initiate the Cash flow with.
public FlowHandle<net.corda.core.transactions.SignedTransaction> startFlow(CordaRPCOps proxy)
public Amount<java.util.Currency> getAmount()
public OpaqueBytes getIssueRef()
public Party getRecipient()
public Party getNotary()