[][src]Type Definition ed25519_bip32::DerivationIndex

type DerivationIndex = u32;

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.