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