promiseBatchActionTransfer
Last updated
Last updated
api • Docs
near-sdk-js v2.0.0 / api / promiseBatchActionTransfer
promiseBatchActionTransfer(
promiseIndex
,amount
):void
Attach a transfer promise action to the NEAR promise index with the provided promise index.
• promiseIndex: PromiseIndex
The index of the promise to attach a transfer action to.
• amount: NearAmount
The amount of NEAR to transfer.
void