Delete Wallet
Handle deletion of your existing wallet.
deleteWallet: (
deleteWalletParams: DeleteWalletParams
) => Promise<void>;
Parameters
DeleteWalletParams
deviceId: The device unique ID.
token (optional): The login token for authentication.
spk: The Shares Protecting Key (Public and Private Key).
Associated Interface
IWalletManagementAssociated Types
WalletTypeLast updated