logo
pub const DELEGATION_RATE_DENOMINATOR: DelegationRate = 100;
Expand description

Delegation rate is a fraction between 0-1. Validator sets the delegation rate in integer terms, which is then divided by the denominator to obtain the fraction.