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

# Transactions

Transactions represent individual actions on the blockchain, such as transferring assets or invoking smart contract functions.

### Table Columns

| Column Name                | Description                                                   |
| -------------------------- | ------------------------------------------------------------- |
| checkpoint\_digest         | The digest of the checkpoint associated with the transaction. |
| checkpoint\_sequence       | The sequence number of the checkpoint.                        |
| checkpoint\_timestamp      | The timestamp of the checkpoint.                              |
| transaction\_key           | The key of the transaction.                                   |
| transaction\_value         | The value of the transaction.                                 |
| transaction\_block\_digest | The digest of the transaction block.                          |
| transaction\_block\_status | The status of the transaction block.                          |
| transaction\_index         | The index of the transaction within the block.                |
| \_created\_at              | Timestamp of the entry creation.                              |
| \_updated\_at              | Timestamp of the entry update.                                |
