referrerpolicy=no-referrer-when-downgrade
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 */);