package
0.1.8
Repository: https://github.com/linx-opennetwork/coinutil.git
Documentation: pkg.go.dev

# Functions

BitLengthToWordLength returns the length of words for specified bit-length.
GetWord returns a word for the given language at the index.
New returns a new Mnemonic for the given entropy and language.
NewRandom returns a new Mnemonic with random entropy of the given length in bits.
NewSeed creae a new Seed with the given sentence and passphrase.
WordLengthToBitLength returns the length in bits for specified word length.

# Constants

ChineseSimplified language.
ChineseTraditional language.
English language.
French Language.
Italian Language.
Japanese language.
Korean language.
Spanish language.

# Structs

Mnemonic represents a collection of human readable words used for HD wallet seed generation.
Seed represents a binary seed used for HD wallet generation.

# Type aliases

Language type indicates supported mnemonic languages.