pub type DerivationIndex = u32;
Expand description

Derivation index is a 32 bits number representing a type of derivation and a 31 bits number.

The highest bit set represent a hard derivation, whereas the bit clear represent soft derivation.