Module splitmonic::wordlist[][src]

Expand description

Taken from: https://github.com/summa-tx/bitcoins-rs/tree/main/bip39/src/wordlist and modified to make look ups a bit quicker, the trade of is it uses more memory

Re-exports

pub use self::english::*;

Modules

english

Structs

WordlistData

Enums

WordlistError

The error type returned while interacting with wordists.

Traits

Wordlist