FunctionCallWeight
Last updated
Last updated
• Docs
/ / FunctionCallWeight
A function call weight promise action.
new FunctionCallWeight(
functionName
,args
,amount
,gas
,weight
):
Parameters
• functionName: string
The name of the function to be called.
• args: string
The utf-8 string arguments to be passed to the function.
• amount: bigint
The amount of NEAR to attach to the call.
• gas: bigint
The amount of Gas to attach to the call.
• weight: bigint
The weight of unused Gas to use.
Returns
Overrides
Defined in
amount:
bigint
The amount of NEAR to attach to the call.
Defined in
args:
string
The utf-8 string arguments to be passed to the function.
Defined in
functionName:
string
The name of the function to be called.
Defined in
gas:
bigint
The amount of Gas to attach to the call.
Defined in
weight:
bigint
The weight of unused Gas to use.
Defined in
add(
promiseIndex
):void
The method that describes how a promise action adds it's action to the promise batch with the provided index.
Parameters
The index of the promise batch to attach the action to.
Returns
void
Overrides
Defined in
.
• promiseIndex:
.