Skip to main content

Table Details

PropertyValue
Table Namestellar.bridges.messaging_protocols_inbound_messages
Table StatusProduction-Ready
Unique Keyledger_close_time, unique_id
Clustering Key(s)ledger_close_time::date

Table Columns

Column NameData TypeDescription
projectVARCHAR(16777216)Name of the cross-chain messaging protocol project for this record.
protocolVARCHAR(16777216)Specific protocol or variant within the messaging project.
contract_idVARCHAR(16777216)Soroban contract address of the messaging protocol on Stellar.
message_idVARCHAR(16777216)Identifier of the cross-chain message emitted by the protocol.
directionVARCHAR(16777216)Direction of the message relative to Stellar (inbound for this table).
source_chain_rawVARCHAR(16777216)Raw source chain label as emitted by the protocol.
source_chain_idVARCHAR(16777216)Protocol-specific identifier of the source chain.
source_chainVARCHAR(16777216)Normalized name of the chain the message originated from.
destination_chain_rawVARCHAR(16777216)Raw destination chain label as emitted by the protocol.
destination_chain_idVARCHAR(16777216)Protocol-specific identifier of the destination chain.
destination_chainVARCHAR(16777216)Normalized name of the chain the message is being sent to.
sender_addressVARCHAR(16777216)Address that sent the message on the source chain.
recipient_addressVARCHAR(16777216)Address that receives the message on the destination chain.
token_addressVARCHAR(16777216)Address of the token being transferred alongside the message.
token_symbolVARCHAR(16777216)Symbol of the token being transferred alongside the message.
amount_rawVARCHAR(16777216)Token amount in the smallest unit, not decimal-adjusted.
_token_decimalsNUMBER(38,0)Number of decimals used to normalize the token amount.
amountVARCHAR(16777216)Token amount normalized by the token’s decimal precision.
_usd_amountFLOATIntermediate raw USD value of the transferred amount.
usd_amountFLOATUSD value of the transferred token amount.
fee_token_addressVARCHAR(16777216)Address of the token used to pay the messaging fee.
fee_token_symbolVARCHAR(16777216)Symbol of the token used to pay the messaging fee.
fee_amount_rawVARCHAR(16777216)Fee amount in the fee token’s smallest unit, not decimal-adjusted.
_fee_decimalsNUMBER(38,0)Number of decimals used to normalize the fee amount.
fee_amountVARCHAR(16777216)Fee amount normalized by the fee token’s decimal precision.
_fee_usdFLOATIntermediate raw USD value of the fee.
fee_usd_amountFLOATUSD value of the messaging fee.
fee_detailsVARIANTJSON breakdown of fee components for this message.
message_detailsVARIANTJSON blob of additional message payload and metadata.
match_keyVARCHAR(16777216)Key used to pair this message with its counterpart leg on the other chain.
extra_fieldsVARIANTJSON catch-all for additional protocol-specific fields.
transaction_hashVARCHAR(16777216)Hash of the Stellar transaction that produced this record.
transaction_indexNUMBER(38,0)Index of the transaction within the ledger.
event_indexNUMBER(38,0)Index of the event within the transaction.
ledger_close_timeTIMESTAMP_NTZ(9)Timestamp (UTC) when the Stellar ledger closed.
ledger_sequenceNUMBER(38,0)Stellar ledger sequence number.
ledger_hashVARCHAR(16777216)Hash of the Stellar ledger containing this record.
unique_idVARCHAR(16777216)Allium’s deterministic unique identifier for this row.
_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.