api_client_Settlements.Settlements
Last updated
Was this helpful?
Last updated
Was this helpful?
/ / / Settlements
.Settlements
Handles all Settlement related functionality
â–¸ addInstruction(args
, opts?
): Promise
<TransactionQueue
<[], , unknown
[][]>>
Create an Instruction to exchange Assets
Parameters
args
opts?
Returns
Defined in
Affirm an Instruction (authorize)
Parameters
args
opts?
Returns
Defined in
Create a Venue under the ownership of the signing Identity
Parameters
args
opts?
Returns
Defined in
Retrieve an Instruction by its ID
Parameters
args
Object
-
args.id
BigNumber
identifier number of the Instruction
Returns
Defined in
Retrieve a Venue by its ID
Parameters
args
Object
-
args.id
BigNumber
identifier number of the Venue
Returns
Defined in
note
this method is of type , which means you can call on it to see whether the signing Account and Identity have the required roles and permissions to run it
Promise
<TransactionQueue
<[], , unknown
[][]>>
â–¸ affirmInstruction(args
, opts?
): Promise
<TransactionQueue
<, , unknown
[][]>>
note
this method is of type , which means you can call on it to see whether the signing Account and Identity have the required roles and permissions to run it
Promise
<TransactionQueue
<, , unknown
[][]>>
â–¸ createVenue(args
, opts?
): Promise
<TransactionQueue
<, , unknown
[][]>>
note
this method is of type , which means you can call on it to see whether the signing Account and Identity have the required roles and permissions to run it
Promise
<TransactionQueue
<, , unknown
[][]>>
â–¸ getInstruction(args
): Promise
<>
Promise
<>
â–¸ getVenue(args
): Promise
<>
Promise
<>