Skip to main content

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.

Table Details

PropertyValue
Table Namestellar_testnet.raw.operations
Table StatusBeta 🌱
Unique Keyledger_close_time, operation_id
Clustering Key(s)to_date("ledger_close_time")
Search Optimizationledger_sequence, transaction_hash, operation_id, source_account, type

Table Columns

Column NameData TypeDescription
source_accountVARCHAR(16777216)The account that submitted the operation
source_account_muxedVARCHAR(16777216)The muxed account address (if applicable)
source_account_muxed_idVARCHAR(16777216)The muxed ID of the source account
operation_idVARCHAR(16777216)The unique identifier for this operation
typeVARCHAR(16777216)The type of operation (e.g., payment, create_account, etc.)
type_idNUMBER(38,0)The numeric ID of the operation type
ledger_sequenceNUMBER(38,0)The sequence number of the ledger containing this operation
ledger_close_timeTIMESTAMP_NTZ(9)The close time of the ledger containing this operation
ledger_hashVARCHAR(16777216)The hash of the ledger containing this operation
transaction_hashVARCHAR(16777216)The hash of the transaction containing this operation
transaction_indexNUMBER(38,0)The index of the transaction within the ledger
transaction_resultVARCHAR(16777216)The result code of the transaction containing this operation
transaction_successfulBOOLEANWhether the transaction containing this operation was successful
operation_indexNUMBER(38,0)The index of this operation within the transaction
operation_detailsVARIANTDetailed information about the operation in JSON format
transaction_eventsVARIANTList of Soroban transaction-scoped events emitted during transaction execution, as JSON. These are events not tied to a specific operation (e.g. fee events, transaction-level state changes).
_created_atTIMESTAMP_NTZ(9)Timestamp when this record was created
_updated_atTIMESTAMP_NTZ(9)Timestamp when this record was last updated