Module coins_bip39::wordlist
source · Expand description
Wordlists
Re-exports§
pub use self::english::English;
pub use self::chinese_simplified::ChineseSimplified;
pub use super::chinese_traditional::ChineseTraditional;
pub use super::czech::Czech;
pub use super::french::French;
pub use super::italian::Italian;
pub use super::japanese::Japanese;
pub use super::korean::Korean;
pub use super::portuguese::Portuguese;
pub use super::spanish::Spanish;
Modules§
- The Chinese (Simplified) wordlist
- The Chinese (Traditional) wordlist
- The Czech wordlist
- The English wordlist
- The French wordlist
- The Italian wordlist
- The Japanese wordlist
- The Korean wordlist
- The Portuguese wordlist
- The Spanish wordlist
Enums§
- The error type returned while interacting with wordists.
Traits§
- The Wordlist trait that every language’s wordlist must implement.