wagyu-model 0.6.3

A generic model for cryptocurrency wallets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub const CHINESE_SIMPLIFIED: &'static str = include_str!("./monero/chinese_simplified.txt");
pub const DUTCH: &'static str = include_str!("./monero/dutch.txt");
pub const ENGLISH: &'static str = include_str!("./monero/english.txt");
pub const ENGLISH_OLD: &'static str = include_str!("./monero/english_old.txt");
pub const ESPERANTO: &'static str = include_str!("./monero/esperanto.txt");
pub const FRENCH: &'static str = include_str!("./monero/french.txt");
pub const GERMAN: &'static str = include_str!("./monero/german.txt");
pub const ITALIAN: &'static str = include_str!("./monero/italian.txt");
pub const JAPANESE: &'static str = include_str!("./monero/japanese.txt");
pub const LOJBAN: &'static str = include_str!("./monero/lojban.txt");
pub const PORTUGUESE: &'static str = include_str!("./monero/portuguese.txt");
pub const RUSSIAN: &'static str = include_str!("./monero/russian.txt");
pub const SPANISH: &'static str = include_str!("./monero/spanish.txt");