Function calculate_fee

Source
pub fn calculate_fee(weight: u64, rate: f32) -> Result<u64, SelectionError>