Get extended key and origin info for a given path
Declared in <key.h>
std::optional<std::pair<CExtKey, KeyOriginInfo>>
DeriveExtKey(
CExtKey const& ext_key,
std::vector<uint32_t> const& path);
the resulting extended private key and origin info
| Name | Description |
|---|---|
| ext_key [in] | The extended private key to derive from |
| path [in] | The BIP 32 path |