pub fn create_shares_from_mnemonic(
mnemonic: &Mnemonic,
password: &SecretSlice<u8>,
) -> Result<GeneratedShares, WalletError>
Expand description
Creates shares from a [Mnemonic
] that can be resolved into a [Mnemonic
] again when reconstructed.