referrerpolicy=no-referrer-when-downgrade

Type Alias polkadot_sdk_frame::runtime::prelude::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 */);