Decode a Base58Check‐encoded extended private key.

Synopsis

Declared in <key_io.h>

CExtKey
DecodeExtKey(std::string const& str);

Return Value

The decoded extended key, or an invalid key on failure.

Parameters

Name

Description

str

The encoded string to decode.

Created with MrDocs