pub fn generate_entropy_mnemonic() -> MnemonicExpand 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.
pub fn generate_entropy_mnemonic() -> MnemonicGenerates 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.