pub type SessionIndex = SessionIndex;Expand description
Represents the index of a block production session.
- Typically increments with each session in the runtime.
- Used to track author activity, points, rewards, or penalties per session.
pub type SessionIndex = SessionIndex;Represents the index of a block production session.