Skip to main content
Schema: movement.core Table: fact_transactions_state_checkpoint Type: View State checkpoint transactions. Contains information about state checkpoint transactions used for network synchronization.

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.
VM_STATUSTEXTThe VM execution status.
STATE_CHECKPOINT_HASHTEXTThe state checkpoint hash.
ACCUMULATOR_ROOT_HASHTEXTThe accumulator root hash.
EVENT_ROOT_HASHTEXTThe event root hash.
FACT_TRANSACTIONS_STATE_CHECKPOINT_IDTEXTUnique identifier for the row.
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was inserted.
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was last modified.