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