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

# Operations

### Table Columns

Unique Key: `OPERATION_ID`

| Column Name                | Description                                                      |
| -------------------------- | ---------------------------------------------------------------- |
| SOURCE\_ACCOUNT            | The account that submitted the operation                         |
| SOURCE\_ACCOUNT\_MUXED     | The muxed account address (if applicable)                        |
| SOURCE\_ACCOUNT\_MUXED\_ID | The muxed ID of the source account                               |
| OPERATION\_ID              | The unique identifier for this operation                         |
| TYPE                       | The type of operation (e.g., payment, create\_account, etc.)     |
| TYPE\_ID                   | The numeric ID of the operation type                             |
| LEDGER\_SEQUENCE           | The sequence number of the ledger containing this operation      |
| LEDGER\_CLOSE\_TIME        | The close time of the ledger containing this operation           |
| LEDGER\_HASH               | The hash of the ledger containing this operation                 |
| TRANSACTION\_HASH          | The hash of the transaction containing this operation            |
| TRANSACTION\_INDEX         | The index of the transaction within the ledger                   |
| TRANSACTION\_RESULT        | The result code of the transaction containing this operation     |
| TRANSACTION\_SUCCESSFUL    | Whether the transaction containing this operation was successful |
| OPERATION\_INDEX           | The index of this operation within the transaction               |
| OPERATION\_DETAILS         | Detailed information about the operation in JSON format          |
| \_CREATED\_AT              | Timestamp when this record was created                           |
| \_UPDATED\_AT              | Timestamp when this record was last updated                      |
