Create Wallet

Creates a new ethereum wallet.

createWallet: (
   createWalletParams: CreateWalletParams
) => Promise<WalletCreationObject>;

Parameters

  • CreateWalletParams

    • deviceId: The device unique ID.

    • token (optional): The login token for authentication.

Returns:

A promise that resolves to a WalletCreationObject.

Associated Interface

IWalletManagementchevron-right

Associated Types

WalletTypechevron-right

Last updated