Transfer
promise • Docs
near-sdk-js v2.0.0 / promise / Transfer
Class: Transfer
A transfer promise action.
Extends
Constructors
new Transfer()
new Transfer(
amount
):Transfer
Parameters
• amount: bigint
The amount of NEAR to transfer.
Returns
Overrides
Defined in
packages/near-sdk-js/src/promise.ts:190
Properties
amount
amount:
bigint
The amount of NEAR to transfer.
Defined in
packages/near-sdk-js/src/promise.ts:190
Methods
add()
add(
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
The index of the promise batch to attach the action to.
Returns
void
Overrides
Defined in
Last updated