referrerpolicy=no-referrer-when-downgrade

NoFee

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§

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