HasHardenedDerivation

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

NameDescription
keypathThe derivation indices to inspect.