pub type BonusStatus = u8;
Expand description

Type alias for bonus status, where:

  • 0 means the bonus is forfeited,
  • 1 or greater means the staker is eligible for the bonus.