| balance_changes_count | NUMBER(38,0) | The number of balance changes in the transaction block. |
| checkpoint_sequence | NUMBER(38,0) | Monotonically increasing sequence number of the Sui checkpoint. Alias for sui_checkpoint_sequence used in models that drop the chain prefix. |
| checkpoint_digest | VARCHAR(16777216) | The digest of the checkpoint. |
| digest | VARCHAR(16777216) | The unique identifier or hash of the transaction block. |
| dependencies | VARIANT | The dependencies of the transaction block. |
| events_digest | VARCHAR(16777216) | The digest of the events in the transaction block. |
| executed_epoch | NUMBER(38,0) | The epoch during which the transaction was executed. |
| gas_object | VARIANT | The gas object used for the transaction. |
| message_version | VARCHAR(16777216) | The version of the transaction message. |
| modified_at_versions | VARIANT | The versions at which modifications occurred. |
| mutated | VARIANT | The mutated objects in the transaction block. |
| shared_objects | VARIANT | The shared objects involved in the transaction block. |
| status | VARIANT | The status of the transaction block. |
| inner_status | VARCHAR(16777216) | The inner status of the transaction. |
| transaction_digest | VARCHAR(16777216) | The digest of the transaction. |
| events_count | NUMBER(38,0) | The count of events in the transaction block. |
| object_changes_count | NUMBER(38,0) | The count of object changes in the transaction block. |
| raw_transaction | VARCHAR(16777216) | The raw transaction data. |
| checkpoint_timestamp | TIMESTAMP_NTZ(9) | Timestamp (UTC) of when the Sui checkpoint was created. Alias for sui_checkpoint_timestamp. |
| gas_data | VARIANT | The data related to gas usage. |
| transaction_message_version | VARCHAR(16777216) | The version of the transaction message. |
| sender | VARCHAR(16777216) | The sender of the transaction. |
| inputs | VARIANT | The inputs to the transaction. |
| kind | VARCHAR(16777216) | The kind of transaction. |
| tx_signatures | VARIANT | The signatures of the transaction. |
| transaction_block_index | NUMBER(38,0) | The index of the transaction block within the checkpoint. |
| transactions_count | NUMBER(38,0) | The count of transactions in the transaction block. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of the entry creation. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of the entry update. |
| gas_computation_cost | NUMBER(38,0) | Computation component of the gas fee charged for this transaction, in MIST. |
| gas_non_refundable_storage_fee | NUMBER(38,0) | Portion of storage fee that is permanently burned and not refundable, in MIST. |
| gas_storage_rebate | NUMBER(38,0) | Storage rebate returned to the sender when objects are deleted or shrunk, in MIST. |
| gas_storage_cost | NUMBER(38,0) | Storage component of gas fees charged for new or expanded objects, in MIST. |
| gas_fees_mist | NUMBER(38,0) | Total gas fees paid for this transaction in MIST (10^-9 SUI). |