Function create_shares_from_mnemonic

Source
pub fn create_shares_from_mnemonic(
    mnemonic: impl Into<Mnemonic>,
    password: &SecretSlice<u8>,
) -> Result<GeneratedShares, WalletError>
Expand description

Creates shares from a [Mnemonic] that can be resolved into a [Mnemonic] again when reconstructed.