> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Transaction Blocks

### 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                             |
