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