pub fn serialize_hd_keypaths<Stream>(
    s: &mut Stream,
    hd_keypaths: &HashMap<PubKey, KeyOriginInfo>,
    ty: u8
)
Expand description

| Serialize HD keypaths to a stream from | a map |