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

### Table Columns

Unique Key: `HASH`

| Column Name                                    | Description                                                   |
| ---------------------------------------------- | ------------------------------------------------------------- |
| HASH                                           | The hash of the transaction                                   |
| TRANSACTION\_INDEX                             | The index of the transaction within the ledger                |
| SOURCE\_ACCOUNT                                | The account that submitted the transaction                    |
| SOURCE\_ACCOUNT\_MUXED                         | The muxed account address (if applicable)                     |
| SOURCE\_ACCOUNT\_SEQUENCE                      | The sequence number of the source account                     |
| TRANSACTION\_RESULT                            | The result code of the transaction                            |
| SUCCESSFUL                                     | Whether the transaction was successful                        |
| MEMO\_TYPE                                     | The type of memo attached to the transaction                  |
| MEMO                                           | The memo text (if applicable)                                 |
| MEMO\_BYTES                                    | The memo as bytes (if applicable)                             |
| TRANSACTION\_MAX\_FEE                          | The maximum fee specified for the transaction                 |
| INNER\_TRANSACTION\_MAX\_FEE                   | The maximum fee for inner transactions                        |
| FEE\_CHARGED                                   | The actual fee charged for the transaction                    |
| TOTAL\_NON\_REFUNDABLE\_RESOURCE\_FEE\_CHARGED | Total non-refundable resource fees charged                    |
| TOTAL\_REFUNDABLE\_RESOURCE\_FEE\_CHARGED      | Total refundable resource fees charged                        |
| RESOURCE\_FEE\_CHARGED                         | Resource fees charged for the transaction                     |
| INCLUSION\_FEE\_CHARGED                        | Fee charged for including the transaction in the ledger       |
| RESOURCE\_FEE\_REFUND                          | Resource fees refunded                                        |
| FEE\_ACCOUNT                                   | The account that paid the fee                                 |
| FEE\_ACCOUNT\_MUXED                            | The muxed fee account address (if applicable)                 |
| FEE\_ACCOUNT\_MUXED\_ID                        | The muxed ID of the fee account                               |
| FEE\_BUMP\_TRANSACTION                         | Whether this is a fee bump transaction                        |
| ENVELOPE\_XDR                                  | The transaction envelope in XDR format                        |
| FEE\_META\_XDR                                 | The fee metadata in XDR format                                |
| RESULT\_XDR                                    | The transaction result in XDR format                          |
| RESULT\_META\_XDR                              | The result metadata in XDR format                             |
| PRECONDITIONS                                  | Transaction preconditions                                     |
| INNER\_TRANSACTION                             | Whether this is an inner transaction                          |
| SIGNATURES                                     | Transaction signatures                                        |
| LEDGER\_SEQUENCE                               | The sequence number of the ledger containing this transaction |
| LEDGER\_CLOSE\_TIME                            | The close time of the ledger containing this transaction      |
| LEDGER\_HASH                                   | The hash of the ledger containing this transaction            |
| OPERATION\_COUNT                               | The number of operations in this transaction                  |
| \_EXTRA\_FIELDS                                | Additional fields not explicitly defined                      |
| \_CREATED\_AT                                  | Timestamp when this record was created                        |
| \_UPDATED\_AT                                  | Timestamp when this record was last updated                   |
