public static class IssuerFlow.IssuanceRequester
extends FlowLogic
IssuanceRequester should be used by a client to ask a remote note to issue some interface FungibleAsset
with the given details.
Returns the transaction created by the Issuer to move the cash to the Requester.
interface FungibleAsset
Constructor and Description |
---|
IssuanceRequester(Amount<java.util.Currency> amount,
Party issueToParty,
OpaqueBytes issueToPartyRef,
Party issuerBankParty)
IssuanceRequester should be used by a client to ask a remote note to issue some
interface FungibleAsset with the given details.
Returns the transaction created by the Issuer to move the cash to the Requester. |
Modifier and Type | Method and Description |
---|---|
SignedTransaction |
call()
This is where you fill out your business logic. The returned object will usually be ignored, but can be
helpful if this flow is meant to be used as a subflow.
|
Amount<java.util.Currency> |
getAmount() |
Party |
getIssueToParty() |
OpaqueBytes |
getIssueToPartyRef() |
Party |
getIssuerBankParty() |
call, getCounterpartyMarker, getLogger, getProgressTracker, getRunId, getServiceHub, getStateMachine, receive, send, sendAndReceive, setStateMachine, subFlow, subFlow, track
public IssuanceRequester(Amount<java.util.Currency> amount, Party issueToParty, OpaqueBytes issueToPartyRef, Party issuerBankParty)
IssuanceRequester should be used by a client to ask a remote note to issue some interface FungibleAsset
with the given details.
Returns the transaction created by the Issuer to move the cash to the Requester.
interface FungibleAsset
public SignedTransaction call()
This is where you fill out your business logic. The returned object will usually be ignored, but can be helpful if this flow is meant to be used as a subflow.
public Amount<java.util.Currency> getAmount()
public Party getIssueToParty()
public OpaqueBytes getIssueToPartyRef()
public Party getIssuerBankParty()