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
328 B
328 B
{% docs previous_block_id %} The block ID (slot number) of the previous block in the Solana blockchain. Used to establish block lineage and support chain traversal.
Example:
- 12345677
Business Context:
- Enables block-to-block navigation and fork analysis.
- Important for reconstructing chain history. {% enddocs %}