[#DeserializeHDKeypath] = DeserializeHDKeypath :mrdocs: Deserialize a length‐prefixed KeyOriginInfo from a stream. == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void DeserializeHDKeypath( Stream& s, xref:KeyOriginInfo.adoc[KeyOriginInfo]& hd_keypath); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The input stream. | *hd_keypath* | Receives the decoded key origin information. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#