CExtKey::CExtKey

Constructors

Synopses

Declared in <key.h>

Construct an empty extended key.

constexpr
CExtKey() = default;
» more...

Construct an extended key from an extended public key's metadata and a private key.

CExtKey(
    CExtPubKey const& xpub,
    CKey const& key_in);
» more...

Parameters

NameDescription
xpubThe extended public key providing depth, fingerprint, child index and chain code.
key_inThe private key material.