@aleph-sdk/monorepo
Preparing search index...
ethereum/src
newAccount
Function newAccount
newAccount
(
derivationPath
?:
string
)
:
{
account
:
ETHAccount
;
mnemonic
:
string
}
Creates a new ethereum account using a generated mnemonic following BIP 39 standard.
Parameters
derivationPath
:
string
= "m/44'/60'/0'/0/0"
Returns
{
account
:
ETHAccount
;
mnemonic
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@aleph-sdk/monorepo
Loading...
Creates a new ethereum account using a generated mnemonic following BIP 39 standard.