fuels_accounts::wallet

Function generate_mnemonic_phrase

Source
pub fn generate_mnemonic_phrase<R: Rng>(
    rng: &mut R,
    count: usize,
) -> Result<String>
Expand description

Generates a random mnemonic phrase given a random number generator and the number of words to generate, count.