Import Wallet
Handle to bring your wallet you already have.
importWallet: (
importWalletParams: ImportWalletParams
) => Promise<WalletCreationObject>;
Parameters
ImportWalletParams
deviceId: The device unique ID.
token (optional): The login token for authentication.
mnemonic: The 12-seed phrase needed to reconstruct your wallet.
Returns:
A promise that resolves to a WalletCreationObject.
Associated Interface
IWalletManagementAssociated Types
WalletTypeLast updated