# Functions

NewFromPrivatekey returns a new wallet from a given private key.
NewGeneratorMnemonic returns a new wallet generator that uses a mnemonic(BIP39) and a derivation path(BIP44) to generate a wallet.
No description provided by the author
NewMnemonic returns a new mnemonic(BIP39) with the given bit size.
NewWallet returns a new wallet using the default generator.

# Constants

DefaultMnemonicBits is the default number of bits to use when generating a mnemonic.

# Variables

DefaultBaseDerivationPath is the base path from which custom derivation endpoints are incremented.
No description provided by the author
DefaultGenerator is the default wallet generator.

# Structs

No description provided by the author

# Type aliases

No description provided by the author