[#EncodeSecret] = EncodeSecret :mrdocs: Encode a private key in WIF format. == Synopsis Declared in `<key_io.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string EncodeSecret(xref:CKey.adoc[CKey] const& key); ---- == Return Value The WIF‐encoded string. == Parameters [cols="1,4"] |=== | Name| Description | *key* | The key to encode. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#