KeyDerivationRole

class cometa.key_handler.secure_key_handler.KeyDerivationRole(value)[source]

Bases: IntEnum

Defines the role for a BIP-1852 derivation path, specifying the key’s usage.

EXTERNAL = 0
INTERNAL = 1
STAKING = 2
DREP = 3
COMMITTEE_COLD = 4
COMMITTEE_HOT = 5