pub type NoFee<T> = FixedFee<0, T>;
Expand description
An implementation of WeightToFee
that collects no fee.
Aliased Typeยง
pub struct NoFee<T>(/* private fields */);
pub type NoFee<T> = FixedFee<0, T>;
An implementation of WeightToFee
that collects no fee.
pub struct NoFee<T>(/* private fields */);