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

Name

Description

str

The encoded string to decode.

Created with MrDocs