Transaction Blocks

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_count

The number of balance changes in the transaction block.

checkpoint

The checkpoint associated with the transaction block.

checkpoint_digest

The digest of the checkpoint.

digest

The unique identifier or hash of the transaction block.

dependencies

The dependencies of the transaction block.

events_digest

The digest of the events in the transaction block.

executed_epoch

The epoch during which the transaction was executed.

gas_object

The gas object used for the transaction.

gas_used

The amount of gas used by the transaction.

message_version

The version of the transaction message.

modified_at_versions

The versions at which modifications occurred.

mutated

The mutated objects in the transaction block.

shared_objects

The shared objects involved in the transaction block.

status

The status of the transaction block.

inner_status

The inner status of the transaction.

transaction_digest

The digest of the transaction.

events_count

The count of events in the transaction block.

object_changes_count

The count of object changes in the transaction block.

raw_transaction

The raw transaction data.

timestamp_ms

The timestamp of the transaction in milliseconds.

gas_data

The data related to gas usage.

transaction_message_version

The version of the transaction message.

sender

The sender of the transaction.

inputs

The inputs to the transaction.

kind

The kind of transaction.

tx_signatures

The signatures of the transaction.

transaction_block_index

The index of the transaction block within the checkpoint.

transactions_count

The count of transactions in the transaction block.

_created_at

Timestamp of the entry creation.

_updated_at

Timestamp of the entry update.

Last updated