api • Docs
near-sdk-js v2.0.0 / api / promiseBatchActionDeleteKey
promiseBatchActionDeleteKey(promiseIndex, publicKey): void
promiseIndex
publicKey
void
Attach a delete key promise action to the NEAR promise index with the provided promise index.
• promiseIndex: PromiseIndex
PromiseIndex
The index of the promise to attach a delete key action to.
• publicKey: Uint8Array
Uint8Array
The public key to delete.
packages/near-sdk-js/src/api.ts:728arrow-up-right
Last updated 1 year ago