Type Alias RefTimeToFee

Source
pub type RefTimeToFee<M> = ConstantMultiplier<Balance, M>;
Expand description

Type alias for converting reference time weight to fee using a constant multiplier.

This maps computational weight (ref_time) to a fee amount by multiplying the weight by a constant factor M.

Aliased Typeยง

struct RefTimeToFee<M>(/* private fields */);