Table Description
Tracks the current status and voting statistics for Cardano governance proposals. Each row represents the latest state of a governance action, including whether it has been ratified, expired, or is still active, along with aggregated voting statistics broken down by voter role.Column Descriptions
| Column | Description | Type |
|---|---|---|
| gov_action_tx_hash | The hash of the transaction that submitted the governance proposal. | varchar |
| gov_action_index | The index of the governance proposal within its submission transaction. | integer |
| proposal_type | The type of governance action (e.g., ParameterChange, TreasuryWithdrawals). | varchar |
| status | The current status of the proposal (e.g., Active, Ratified, Expired, Enacted). | varchar |
| voting_stats | JSON-encoded voting statistics including vote counts by role (DRep, SPO, CC). | varchar |
| epoch | The epoch as of which this status snapshot applies. | integer |
| _updated_at | The time when this record was last updated. | timestamp |
| _ingested_at | The time when this record was ingested into Dune. | timestamp |