Encode an extended private key in Base58Check format.
Synopsis
Declared in <key_io.h>
std::string
EncodeExtKey(CExtKey const& extkey);
Return Value
The encoded string.
Parameters
Name |
Description |
extkey |
The extended key to encode. |
Created with MrDocs