Whether a parsed HD keypath contains at least one hardened derivation step.
Synopsis
Declared in <util/bip32.h>
bool
HasHardenedDerivation(std::span<uint32_t const> keypath);
Return Value
true if any step in the key path is hardened.
Parameters
Name |
Description |
keypath |
The derivation indices to inspect. |
Created with MrDocs