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

Name

Description

extpubkey

The extended public key to encode.

Created with MrDocs