solana-models/models/descriptions/previous_block_id.md
tarikceric 5399165667
An 6390/llm context descriptions (#855)
* 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
2025-07-16 12:26:39 -07:00

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 %}