Skip to main content

DiceMnemonic

Type Alias DiceMnemonic 

Source
pub type DiceMnemonic<const FACES: u8, const W: u8> = GameMnemonic<Dice<FACES>, W>;
Expand description

Dice-roll BIP39 mnemonic. FACES is the die size (e.g. 6, 20); W is the word count in [12, 15, 18, 21, 24].

Aliased Typeยง

pub struct DiceMnemonic<const FACES: u8, const W: u8> { /* private fields */ }