Type Alias NoFee
pub type NoFee<T> = FixedFee<0, T>;Expand description
Used for simple fee calculation.
An implementation of WeightToFee that collects no fee.
Aliased Type§
struct NoFee<T>(/* private fields */);pub type NoFee<T> = FixedFee<0, T>;Used for simple fee calculation.
An implementation of WeightToFee that collects no fee.
struct NoFee<T>(/* private fields */);