Type Alias pallet_dapp_staking::BonusStatus
source ยท pub type BonusStatus = u8;Expand description
Type alias for bonus status, where:
0means the bonus is forfeited,1or greater means the staker is eligible for the bonus.
pub type BonusStatus = u8;Type alias for bonus status, where:
0 means the bonus is forfeited,1 or greater means the staker is eligible for the bonus.