net.corda.core.contracts / ClientToServiceCommand / IssueCash / <init>

<init>

IssueCash(amount: Amount<Currency>, issueRef: OpaqueBytes, recipient: Party, notary: Party, id: UUID = UUID.randomUUID())

Issue cash state objects.

Parameters

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

issueRef - the reference to specify on the issuance, used to differentiate pools of cash. Convention is to use the single byte "0x01" as a default.

recipient - the party to issue the cash to.

notary - the notary to use for this transaction.

id - the ID to be provided in events resulting from this request.