Constructors

Synopses

Declared in <key.h>

Construct an empty extended key.

constexpr
CExtKey() = default;

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

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

Parameters

Name

Description

xpub

The extended public key providing depth, fingerprint, child index and chain code.

key_in

The private key material.

Created with MrDocs