relay_transactions_single
Index specific transfers, wraps, and unwraps within a blockchain transaction to track cross-chain operations and associate them with a request ID.
Instructions
Notify the Relay backend to index transfers, wraps and unwraps for a specific transaction.
When to use: • Index specific transfers within a transaction • Track wrap/unwrap operations • Associate transaction data with a request ID
Difference from relay_transactions_index: • This is for indexing specific transfers/wraps/unwraps • relay_transactions_index is for general transaction tracking
Required: requestId, chainId (string), tx (transaction hash)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | Request ID to associate with the transaction | |
| chainId | Yes | Chain ID where the transaction occurred (as string, e.g., "1" for Ethereum, "10" for Optimism) | |
| tx | Yes | Transaction hash to index (0x...) |