[#CExtPubKey-DecodeWithVersion] = xref:CExtPubKey.adoc[CExtPubKey]::DecodeWithVersion :relfileprefix: ../ :mrdocs: Deserialize this extended public key from the BIP32 byte encoding including the version prefix. == Synopsis Declared in `<pubkey.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void DecodeWithVersion(unsigned char const code[]); ---- == Parameters [cols="1,4"] |=== | Name| Description | *code* | The versioned BIP32‐encoded key to read. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#