osmosis.gov Table: fact_governance_votes Type: View
Records of all votes on proposals.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_ID | NUMBER | The block height the block was recorded at. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The date and time at which the block began. |
| TX_ID | TEXT | A unique key that identifies a transaction. Called “TxHash” on block explorers. |
| TX_SUCCEEDED | BOOLEAN | Transaction status is “TRUE” if the transaction was successful, “FALSE” if the transaction failed. |
| VOTER | TEXT | Address of the delegator that voted on the proposal. |
| PROPOSAL_ID | NUMBER | Numeric ID that corresponds to the proposal. |
| VOTE_OPTION | VARIANT | How the delegator voted on the proposal. |
| VOTE_WEIGHT | FLOAT | |
| FACT_GOVERNANCE_VOTES_ID | TEXT | |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ |