Enumeration to represent different kinds of voters within the Cardano governance system.

Enumeration Members

ConstitutionalCommitteeKeyHash: 0

Represents a constitutional committee member identified by a key hash.

ConstitutionalCommitteeScriptHash: 1

Represents a constitutional committee member identified by a script hash.

DRepScriptHash: 3

Represents a DRep (Delegation Representative) identified by a script hash.

DrepKeyHash: 2

Represents a DRep (Delegation Representative) identified by a key hash.

StakePoolKeyHash: 4

Represents a Stake Pool Operator (SPO) identified by a key hash.

Generated using TypeDoc