mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:47:08 +00:00
* description rules and fact_txs update * blocks update * idls and labels * wip * wip * update desc * update * update doc rules * update table desc per new rules * updates
468 B
468 B
{% docs tx_index %} The position of this transaction within its containing block, starting from zero. Used to order transactions within a block and analyze intra-block activity.
Example:
- 0
- 15
Business Context:
- Useful for reconstructing block order and analyzing transaction sequencing.
- Can be used to identify priority transactions or block congestion.
Relationships:
- Used with 'block_id' and 'block_timestamp' for full ordering. {% enddocs %}