GovernanceKeyType

class cometa.common.governance_key_type.GovernanceKeyType(value)[source]

Bases: IntEnum

Enumerates the types of governance keys used in Cardano’s CIP-1852 governance system.

These key types are used to identify the role of credentials in governance actions, particularly for constitutional committee operations and DRep activities.

CC_HOT = 0

Constitutional committee hot verification signing key.

CC_COLD = 1

Constitutional committee cold verification key hash (cold credential).

DREP = 2

Delegated Representative (DRep) verification key hash.