EncodeExtPubKey

Encode an extended public key in Base58Check format.

Synopsis

Declared in <key_io.h>

std::string
EncodeExtPubKey(CExtPubKey const& extpubkey);

Return Value

The encoded string.

Parameters

NameDescription
extpubkeyThe extended public key to encode.