modulepackage
0.0.0-20231202172854-50a2609c9fcc
Repository: https://github.com/e4coder/hdwallet.git
Documentation: pkg.go.dev
# Functions
the purpose of the wallet is to Generate a new masterkey 1.
New creates a new HDWallet given a passphrase.
NewEntropy will create random entropy bytes so long as the requested size bitSize is an appropriate size.
NewFromMnemonic creates a new HDWallet given a mnemonic and a passphrase.
No description provided by the author
NewFromSeed creates a new HDWallet given a seed.
NewMnemonic will return a string consisting of the mnemonic words for the given entropy.
NewMnemonicFromEntropy generates a mnemonic representation of the provided entropy.
No description provided by the author