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.transactions
Table StatusBeta 🌱
Unique Keyledger_close_time, hash
Clustering Key(s)to_date("ledger_close_time")
Search Optimizationhash, ledger_sequence, source_account

Table Columns

Column NameData TypeDescription
hashVARCHAR(16777216)The hash of the transaction
transaction_indexNUMBER(38,0)The index of the transaction within the ledger
source_accountVARCHAR(16777216)The account that submitted the transaction
source_account_muxedVARCHAR(16777216)The muxed account address (if applicable)
source_account_sequenceNUMBER(38,0)The sequence number of the source account
transaction_resultVARCHAR(16777216)The result code of the transaction
successfulBOOLEANWhether the transaction was successful
memo_typeVARCHAR(16777216)The type of memo attached to the transaction
memoVARCHAR(16777216)The memo text (if applicable)
memo_bytesVARCHAR(16777216)The memo as bytes (if applicable)
transaction_max_feeNUMBER(38,0)The maximum fee specified for the transaction
inner_transaction_max_feeNUMBER(38,0)The maximum fee for inner transactions
fee_chargedNUMBER(38,0)The actual fee charged for the transaction
total_non_refundable_resource_fee_chargedNUMBER(38,0)Total non-refundable resource fees charged
total_refundable_resource_fee_chargedNUMBER(38,0)Total refundable resource fees charged
resource_fee_chargedNUMBER(38,0)Resource fees charged for the transaction
inclusion_fee_chargedNUMBER(38,0)Fee charged for including the transaction in the ledger
resource_fee_refundNUMBER(38,0)Resource fees refunded
fee_accountVARCHAR(16777216)The account that paid the fee
fee_account_muxedVARCHAR(16777216)The muxed fee account address (if applicable)
fee_account_muxed_idVARCHAR(16777216)The muxed ID of the fee account
fee_bump_transactionVARIANTWhether this is a fee bump transaction
envelope_xdrVARCHAR(16777216)The transaction envelope in XDR format
fee_meta_xdrVARCHAR(16777216)The fee metadata in XDR format
result_xdrVARCHAR(16777216)The transaction result in XDR format
result_meta_xdrVARCHAR(16777216)The result metadata in XDR format
preconditionsVARIANTTransaction preconditions
inner_transactionVARIANTWhether this is an inner transaction
signaturesVARCHAR(16777216)Transaction signatures
ledger_sequenceNUMBER(38,0)The sequence number of the ledger containing this transaction
ledger_close_timeTIMESTAMP_NTZ(9)The close time of the ledger containing this transaction
ledger_hashVARCHAR(16777216)The hash of the ledger containing this transaction
operation_countNUMBER(38,0)The number of operations in this transaction
_extra_fieldsVARIANTAdditional fields not explicitly defined
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