mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:47:08 +00:00
610 B
610 B
{% docs epoch_credits %}
Credits earned by the end of epochs, containing epoch/credits/previous credits. This field tracks the cumulative voting credits earned by the vote account across epochs, enabling validator performance analysis and reward calculation.
Data type: STRING (credits data) Business context: Used to track validator voting performance, analyze credit accumulation patterns, and calculate voting rewards. Analytics use cases: Validator performance analysis, credit accumulation tracking, and voting reward calculation. Example: "123/1000/500", "456/1500/1000"
{% enddocs %}