AddFullAccessKey
Last updated
Last updated
• Docs
/ / AddFullAccessKey
A add full access key promise action.
new AddFullAccessKey(
publicKey
,nonce
):
Parameters
• publicKey:
The public key to add as a full access key.
• nonce: bigint
The nonce to use.
Returns
Overrides
Defined in
nonce:
bigint
The nonce to use.
Defined in
The public key to add as a full access key.
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:
.