Derive a BIP32 child extended key.
Synopsis
Declared in <key.h>
[[nodiscard]]
bool
Derive(
CExtKey& out,
unsigned int nChild) const;
Return Value
true if derivation succeeded.
|
Note
|
The return value should not be discarded. |
Parameters
Name |
Description |
out |
Output child extended key. |
nChild |
Index of the child key to derive. |
Created with MrDocs