Type Definition frame_support::weights::NoFee

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

An implementation of WeightToFee that collects no fee.