Transaction blocks are sequences of transactions executed together atomically, allowing complex operations to be performed in a single block.

Table Columns

Column NameDescription
balance_changes_countThe number of balance changes in the transaction block.
checkpointThe checkpoint associated with the transaction block.
checkpoint_digestThe digest of the checkpoint.
digestThe unique identifier or hash of the transaction block.
dependenciesThe dependencies of the transaction block.
events_digestThe digest of the events in the transaction block.
executed_epochThe epoch during which the transaction was executed.
gas_objectThe gas object used for the transaction.
gas_usedThe amount of gas used by the transaction.
message_versionThe version of the transaction message.
modified_at_versionsThe versions at which modifications occurred.
mutatedThe mutated objects in the transaction block.
shared_objectsThe shared objects involved in the transaction block.
statusThe status of the transaction block.
inner_statusThe inner status of the transaction.
transaction_digestThe digest of the transaction.
events_countThe count of events in the transaction block.
object_changes_countThe count of object changes in the transaction block.
raw_transactionThe raw transaction data.
timestamp_msThe timestamp of the transaction in milliseconds.
gas_dataThe data related to gas usage.
transaction_message_versionThe version of the transaction message.
senderThe sender of the transaction.
inputsThe inputs to the transaction.
kindThe kind of transaction.
tx_signaturesThe signatures of the transaction.
transaction_block_indexThe index of the transaction block within the checkpoint.
transactions_countThe count of transactions in the transaction block.
_created_atTimestamp of the entry creation.
_updated_atTimestamp of the entry update.