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