DeleteAccount
Last updated
Last updated
• Docs
/ / DeleteAccount
A delete account promise action.
new DeleteAccount(
beneficiaryId
):
Parameters
• beneficiaryId: string
The beneficiary of the account deletion - the account to receive all of the remaining funds of the deleted account.
Returns
Overrides
Defined in
beneficiaryId:
string
The beneficiary of the account deletion - the account to receive all of the remaining funds of the deleted 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
.
• promiseIndex:
.