Skip to main content
Schema: movement.core Table: fact_transactions_block_metadata Type: View Transaction block metadata including proposer and voting information. Contains detailed metadata about block production.

Columns

Column NameData TypeDescription
BLOCK_NUMBERNUMBERThe block number.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe timestamp of the block.
TX_HASHTEXTThe transaction hash.
VERSIONNUMBERThe transaction version number.
SUCCESSBOOLEANWhether the transaction succeeded.
TX_TYPETEXTThe type of transaction.
SENDERTEXTThe sender address.
SIGNATUREOBJECTThe transaction signature.
PAYLOADOBJECTThe transaction payload.
PAYLOAD_FUNCTIONTEXTThe function called in the payload.
EPOCHNUMBERThe epoch number.
EVENTSARRAYArray of events emitted.
CHANGESARRAYArray of state changes.
FAILED_PROPOSER_INDICESARRAYIndices of failed proposers.
IDTEXTThe block metadata ID.
PREVIOUS_BLOCK_VOTES_BITVECTEXTBit vector of previous block votes.
PROPOSERTEXTThe block proposer address.
ROUNDNUMBERThe consensus round.
VM_STATUSTEXTThe VM execution status.
STATE_CHANGE_HASHTEXTHash of the state changes.
ACCUMULATOR_ROOT_HASHTEXTThe accumulator root hash.
EVENT_ROOT_HASHTEXTThe event root hash.
FACT_TRANSACTIONS_BLOCK_METADATA_IDTEXTUnique identifier for the row.
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was inserted.
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was last modified.