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

Name

Description

xpub

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

key_in

The private key material.

Created with MrDocs