Table Columns
Unique Key:digest
Column Name | Data Type | Description |
---|---|---|
digest | VARCHAR | The unique identifier or hash of the transaction block. |
transaction_block_index | BIGINT | The index of the transaction block within the checkpoint. |
sender | VARCHAR | The sender of the transaction. |
kind | VARCHAR | The kind of transaction. |
inputs | VARIANT | The inputs to the transaction. |
status | VARIANT | The status of the transaction block. |
inner_status | VARCHAR | The inner status of the transaction. |
dependencies | VARIANT | The dependencies of the transaction block. |
events_digest | VARCHAR | The digest of the events in the transaction block. |
executed_epoch | BIGINT | The epoch during which the transaction was executed. |
shared_objects | VARIANT | The shared objects involved in the transaction block. |
transaction_digest | VARCHAR | The digest of the transaction. |
transaction_message_version | VARCHAR | The version of the transaction message. |
tx_signatures | VARIANT | The signatures of the transaction. |
gas_computation_cost | BIGINT | The computational cost associated with gas usage. |
gas_non_refundable_storage_fee | BIGINT | The storage fee that is not refundable. |
gas_storage_rebate | BIGINT | The rebate received for storage. |
gas_storage_cost | BIGINT | The cost of storage for gas. |
gas_fees_native | BIGINT | The amount of gas used by the transaction. |
gas_data | VARIANT | The data related to gas usage. |
gas_object | VARIANT | The gas object used for the transaction. |
checkpoint_sequence | BIGINT | The sequence number of the checkpoint. |
checkpoint_timestamp | TIMESTAMP_NTZ(9) | The timestamp of the checkpoint. |
checkpoint_digest | VARCHAR | The digest of the checkpoint. |
raw_transaction | VARCHAR | The raw transaction data. |
message_version | VARCHAR | 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. |
transactions_count | BIGINT | The count of transactions in the transaction block. |
events_count | BIGINT | The count of events in the transaction block. |
balance_changes_count | BIGINT | The number of balance changes in the transaction block. |
object_changes_count | BIGINT | The count of object changes in the transaction block. |
_created_at | TIMESTAMP_NTZ(9) | Timestamp of the entry creation |
_updated_at | TIMESTAMP_NTZ(9) | Timestamp of the entry update |