Derive a BIP32 child extended public key.
Declared in <pubkey.h>
[[nodiscard]]
bool
Derive(
CExtPubKey& out,
unsigned int nChild,
uint256* bip32_tweak_out = nullptr) const;
| Name | Description |
|---|---|
| out | Output child extended public key. |
| nChild | Index of the child key to derive. |
| bip32_tweak_out | Optional output receiving the BIP32 tweak applied. |