pub fn derive_xprvs_from_seed<S>(
seed: S,
(start, end): (u32, u32),
version: &Version,
) -> Result<Vec<(DerivationPath, ExtendedPrivKey)>, Error>
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.