promiseBatchActionDeleteKey

apiDocs


near-sdk-js v2.0.0 / api / promiseBatchActionDeleteKey

Function: promiseBatchActionDeleteKey()

promiseBatchActionDeleteKey(promiseIndex, publicKey): void

Attach a delete key promise action to the NEAR promise index with the provided promise index.

Parameters

promiseIndex: PromiseIndex

The index of the promise to attach a delete key action to.

publicKey: Uint8Array

The public key to delete.

Returns

void

Defined in

packages/near-sdk-js/src/api.ts:728

Last updated