CExtKey::CExtKey

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

Synopsis

Declared in <key.h>

CExtKey(
    CExtPubKey const& xpub,
    CKey const& key_in);

Parameters

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