promiseBatchActionDeleteKey
Last updated
Last updated
api • Docs
near-sdk-js v2.0.0 / api / promiseBatchActionDeleteKey
promiseBatchActionDeleteKey(
promiseIndex
,publicKey
):void
Attach a delete key promise action to the NEAR promise index with the provided promise index.
• promiseIndex: PromiseIndex
The index of the promise to attach a delete key action to.
• publicKey: Uint8Array
The public key to delete.
void