promise • Docs
near-sdk-js v2.0.0 / promise / PromiseAction
abstract
A promise action which can be executed on the NEAR blockchain.
CreateAccount
DeployContract
FunctionCall
FunctionCallRaw
FunctionCallWeight
FunctionCallWeightRaw
Transfer
Stake
AddFullAccessKey
AddAccessKey
DeleteKey
DeleteAccount
new PromiseAction(): PromiseAction
PromiseAction
Returns
abstract add(promiseIndex): void
promiseIndex
void
The method that describes how a promise action adds it's action to the promise batch with the provided index.
Parameters
• promiseIndex: PromiseIndex
PromiseIndex
The index of the promise batch to attach the action to.
Defined in
packages/near-sdk-js/src/promise.ts:15arrow-up-right
Last updated 1 year ago