# Packages
No description provided by the author
# Functions
MustParseDerivationPath parses the derivation path in string format into []uint32 but will panic if it can't parse it.
NewEntropy returns a randomly generated entropy.
NewFromMnemonic returns a new wallet from a BIP-39 mnemonic.
NewFromSeed returns a new wallet from a BIP-39 seed.
NewMnemonic returns a randomly generated BIP-39 mnemonic using 128-256 bits of entropy.
NewMnemonicFromEntropy returns a BIP-39 mnemonic from entropy.
NewSeed returns a randomly generated BIP-39 seed.
NewSeedFromMnemonic returns a BIP-39 seed based on a BIP-39 mnemonic.
ParseDerivationPath parses the derivation path in string format into []uint32.
No description provided by the author
# Variables
DefaultBaseDerivationPath is the base path from which custom derivation endpoints are incremented.
DefaultRootDerivationPath is the root path to which custom derivation endpoints are appended.
No description provided by the author