[][src]Constant casper_types::auction::DELEGATION_RATE_DENOMINATOR

pub const DELEGATION_RATE_DENOMINATOR: u64 = 1_000_000_000_000;

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.