pub const FIXED_FEES: Map<'_, (&str, &str), FixedPayment>;Expand description
The fees that are fixed.
Module name and fee name are used as the key.
FixedPayment is the value.
pub const FIXED_FEES: Map<'_, (&str, &str), FixedPayment>;The fees that are fixed.
Module name and fee name are used as the key.
FixedPayment is the value.