Create Wallet
Creates a new ethereum wallet.
createWallet: (
createWalletParams: CreateWalletParams
) => Promise<WalletCreationObject>;Parameters
Returns:
Associated Interface
IWalletManagementAssociated Types
WalletTypeLast updated