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
IWalletManagementAssociated Types
WalletTypeLast updated