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