Recover Wallet
Handle to recover your lost a wallet by recovering it.
recoverWallet: (
recoverWalletParams: RecoverWalletParams
) => Promise<WalletCreationObject>;
Parameters
RecoverWalletParams
deviceId: The device unique ID.
token (optional): The login token for authentication.
spk: The Shares Protecting Key (Public and Private Key).
shares: Array of Shares.
Returns:
A promise that resolves to a WalletCreationObject.
Associated Interface
IWalletManagementAssociated Types
WalletTypeLast updated