pub fn calculate_global_farm_shares(
    valued_shares: Balance,
    multiplier: FixedU128
) -> Result<Balance, MathError>
Expand description

This function calculate yield farm’s shares amount Balance in GlobalFarm or error.