parse_derivation_paths

Function parse_derivation_paths 

Source
pub fn parse_derivation_paths(
    bytes: &[u8],
) -> Result<(usize, Vec<DerivationPath>), Error>
Expand description

Expects to parse a payload of the form: <CHILD_COUNT><..> <..> <CHILD_COUNT><..> <..>