DecodeExtPubKey

Decode a Base58Check-encoded extended public key.

Synopsis

Declared in <key_io.h>

CExtPubKey
DecodeExtPubKey(std::string const& str);

Return Value

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

Parameters

NameDescription
strThe encoded string to decode.