Function generate_entropy_mnemonic

Source
pub fn generate_entropy_mnemonic() -> Mnemonic
Expand description

Generates a random BIP 39 mnemonic.

The result may be used to initialize the Node entropy, i.e., can be given to Builder::set_entropy_bip39_mnemonic.