Skip to main content

Table Details

PropertyValue
Table Namestellar.raw.operations_v2
Table StatusProduction-Ready
Unique Keyoperation_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)Account (G-address) that is the source of this operation.
source_account_muxedVARCHAR(16777216)Multiplexed (M-address) form of the source account, if used.
source_account_muxed_idVARCHAR(16777216)64-bit sub-account id of the multiplexed source account.
operation_idVARCHAR(16777216)Unique identifier of this operation.
typeVARCHAR(16777216)Operation type name (e.g. payment, create_account).
type_idNUMBER(38,0)Numeric enum id of the operation type.
ledger_sequenceNUMBER(38,0)Sequence number of the ledger containing this operation.
ledger_close_timeTIMESTAMP_NTZ(9)Time when the ledger containing this operation closed and was finalized.
ledger_hashVARCHAR(16777216)Hash of the ledger containing this operation.
transaction_hashVARCHAR(16777216)Hash of the transaction containing this operation.
transaction_indexNUMBER(38,0)Position of the transaction within its ledger.
transaction_resultVARCHAR(16777216)Result code of the transaction containing this operation.
transaction_successfulBOOLEANTrue if the transaction containing this operation executed successfully.
operation_indexNUMBER(38,0)Index of this operation within its transaction.
operation_detailsVARIANTJSON of this operation’s type-specific fields.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.
transaction_eventsVARIANTArray of token-transfer and SEP-41 events emitted in the transaction.