DeleteKey
Last updated
Last updated
• Docs
/ / DeleteKey
A delete key promise action.
new DeleteKey(
publicKey
):
Parameters
• publicKey:
The public key to delete from the account.
Returns
Overrides
Defined in
The public key to delete from the account.
Defined in
add(
promiseIndex
):void
The method that describes how a promise action adds it's action to the promise batch with the provided index.
Parameters
The index of the promise batch to attach the action to.
Returns
void
Overrides
Defined in
.
publicKey:
• promiseIndex:
.