Derive BIP32 child key.
Declared in <key.h>
[[nodiscard]]
bool
Derive(
CKey& keyChild,
ChainCode& ccChild,
unsigned int nChild,
ChainCode const& cc) const;
| Name | Description |
|---|---|
| keyChild | Output child private key. |
| ccChild | Output child chain code. |
| nChild | Index of the child key to derive. |
| cc | The parent chain code. |