pub fn get_reward_allocation<T: Config>(
governance_config: &GovernanceConfiguration<T>,
n: u16,
) -> Result<FixedU128, DispatchError>Expand description
Calculates the total balance to be rewarded for a proposal.
pub fn get_reward_allocation<T: Config>(
governance_config: &GovernanceConfiguration<T>,
n: u16,
) -> Result<FixedU128, DispatchError>Calculates the total balance to be rewarded for a proposal.