pub fn deserialize_hd_keypaths<Stream>(
    s: &mut Stream,
    key: &Vec<u8>,
    hd_keypaths: &mut HashMap<PubKey, KeyOriginInfo>
)
Expand description

| Deserialize HD keypaths into a map |