Skip to main content
Schema: eclipse.gov Table: fact_votes Type: Base Table A table that contains high level information about native vote program events on the Eclipse blockchain.

Columns

Column NameData TypeDescription
BLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time at which the block began.
BLOCK_IDNUMBERSlot for which a block can be created.
TX_IDTEXTA unique key that identifies a transaction
INDEXVARIANTThe order in which the transaction was executed in a given slot
RECENT_BLOCK_HASHTEXTPrevious block’s hash value
SIGNERSARRAYList of accounts that signed the transaction
FEENUMBERTransaction fee (in lamports)
SUCCEEDEDBOOLEANTrue when a transaction is successful, otherwise false.
ACCOUNT_KEYSARRAYList of accounts that are referenced by pre/post sol/token balances objects
VOTE_INDEXNUMBERIndex of the vote within a transaction
EVENT_TYPETEXTThe type of vote event that is occurring
INSTRUCTIONVARIANTVote program specific instruction
VERSIONTEXTTransaction version, legacy version is listed as NULL or ‘legacy’
FACT_VOTES_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe timestamp at which the record was initially created and inserted into this table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe timestamp at which this record was last modified by an internal process.