solana-models/models/descriptions/end_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

582 B

{% docs end_block_id %}

The block ID (slot number) where the ownership period for the token account ends (exclusive). A null value indicates the current owner. Used to determine the time range during which a specific owner controlled the account.

Data type: Integer (slot number) or null Example:

  • 123456999 (ownership ended at this block)
  • null (current owner)

Business Context:

  • Enables historical attribution of token balances and transfers to the correct owner.
  • Supports analytics on ownership changes, user activity, and protocol events.

{% enddocs %}