Governance Action Type

enum cardano_governance_action_type_t

Represents the different types of governance actions within the Cardano blockchain ecosystem.

Values:

enumerator CARDANO_GOVERNANCE_ACTION_TYPE_PARAMETER_CHANGE

Updates one or more updatable protocol parameters, excluding changes to major protocol versions (i.e., “hard forks”).

enumerator CARDANO_GOVERNANCE_ACTION_TYPE_HARD_FORK_INITIATION

Initiates a non-backwards compatible upgrade of the network.

This action necessitates a preceding software update.

enumerator CARDANO_GOVERNANCE_ACTION_TYPE_TREASURY_WITHDRAWALS

Withdraws funds from the treasury.

enumerator CARDANO_GOVERNANCE_ACTION_TYPE_NO_CONFIDENCE

Propose a state of no-confidence in the current constitutional committee.

Allows Ada holders to challenge the authority granted to the existing committee.

enumerator CARDANO_GOVERNANCE_ACTION_TYPE_UPDATE_COMMITTEE

Modifies the composition of the constitutional committee, its signature threshold, or its terms of operation.

enumerator CARDANO_GOVERNANCE_ACTION_TYPE_NEW_CONSTITUTION

Changes or amendments the Constitution.

enumerator CARDANO_GOVERNANCE_ACTION_TYPE_INFO

Represents an action that has no direct effect on the blockchain, but serves as an on-chain record or informative notice.