derive_xprvs_from_seed

Function derive_xprvs_from_seed 

Source
pub fn derive_xprvs_from_seed<S>(
    seed: S,
    (start, end): (u32, u32),
    version: &Version,
) -> Result<Vec<(DerivationPath, ExtendedPrivKey)>, Error>
where S: AsRef<str>,
Expand description

Derives account extended private keys of a seed with an index range [start, end) and the derivation path of version. Returns a tuple of the derivation path and its derived xprv.