frame_support::weights

Type Alias NoFee

source
pub type NoFee<T> = FixedFee<0, T>;
Expand description

An implementation of WeightToFee that collects no fee.

Aliased Typeยง

struct NoFee<T>(/* private fields */);