Expand description
Module to generate Mnemonic
Structs§
- Mnemonic
- The primary type in this crate, most tasks require creating or using one.
Enums§
- Language
- The language determines which words will be used in a mnemonic phrase, but also indirectly
determines the binary value of each word when a
Mnemonic
is turned into aSeed
. - Mnemonic
Error - Mnemonic error
- Mnemonic
Type - Determines the number of words that will be present in a
Mnemonic
phrase
Functions§
- mnemonic_
to_ seed - Generate seed from
Mnemonic