class IssueCash : CashFlowCommand
A command to initiate the Cash flow with.
<init> |
IssueCash(amount: Amount<Currency>, issueRef: OpaqueBytes, recipient: Party, notary: Party)
A command to initiate the Cash flow with. |
amount |
val amount: Amount<Currency> |
issueRef |
val issueRef: OpaqueBytes |
notary |
val notary: Party |
recipient |
val recipient: Party |
startFlow |
fun startFlow(proxy: CordaRPCOps): FlowHandle<SignedTransaction> |