Skip to main content

WalletNamespace.destroy() method

Permanently destroy on wallet and all its associated accounts from the Storage configured in the Eniblock class.

Everything associated to this account will be lost forever. Do not use this method unless you know what you are doing.

Signature:

destroy(): Promise<void>;

Returns:

Promise<void>