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

TON transactions are operations that involve transferring assets or data between accounts on the TON blockchain.

### Table Columns

| Column Name            | Description                                                      |
| ---------------------- | ---------------------------------------------------------------- |
| account                | The account involved in the transaction.                         |
| account\_state\_after  | The state of the account after the transaction.                  |
| account\_state\_before | The state of the account before the transaction.                 |
| workchain              | The workchain identifier where the transaction occurred.         |
| shard                  | The shard identifier where the transaction occurred.             |
| seqno                  | The sequence number of the transaction.                          |
| aborted                | Indicates if the transaction was aborted.                        |
| action                 | Details of the action performed in the transaction.              |
| compute\_ph            | Compute phase details of the transaction.                        |
| credit\_first          | Indicates if the transaction has a credit phase first.           |
| credit\_ph             | Credit phase details of the transaction.                         |
| destroyed              | Indicates if the account was destroyed.                          |
| storage\_ph            | Storage phase details of the transaction.                        |
| type                   | The type of the transaction.                                     |
| end\_status            | The status of the account at the end of the transaction.         |
| hash                   | The hash of the transaction.                                     |
| in\_msg\_hash          | The hash of the inbound message associated with the transaction. |
| lt                     | The logical time of the transaction.                             |
| mc\_block\_seqno       | The masterchain block sequence number.                           |
| utime                  | The Unix timestamp of the transaction.                           |
| orig\_status           | The original status of the account before the transaction.       |
| out\_msgs\_count       | The count of outbound messages generated by the transaction.     |
| prev\_trans\_hash      | The hash of the previous transaction.                            |
| prev\_trans\_lt        | The logical time of the previous transaction.                    |
| total\_fees            | The total fees paid for the transaction.                         |
| transaction\_index     | The index of the transaction within the block.                   |
| \_created\_at          | Timestamp of the entry creation.                                 |
| \_updated\_at          | Timestamp of the entry update.                                   |
