mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:47:08 +00:00
575 B
575 B
{% docs num_leader_slots %}
The number of slots the validator was the leader for in the epoch. This field tracks how many times the validator was selected as the slot leader, enabling validator performance analysis and network participation measurement.
Data type: INTEGER (slot count) Business context: Used to analyze validator performance, track network participation, and measure validator reliability. Analytics use cases: Validator performance analysis, network participation tracking, and reliability measurement. Example: 10, 50, 100
{% enddocs %}