Type Definition frame_support::weights::WeightToFeeCoefficients [−][src]
type WeightToFeeCoefficients<T> = SmallVec<[WeightToFeeCoefficient<T>; 4]>;
A list of coefficients that represent one polynomial.
type WeightToFeeCoefficients<T> = SmallVec<[WeightToFeeCoefficient<T>; 4]>;
A list of coefficients that represent one polynomial.