Type Definition anagolay_runtime::WeightToFeeCoefficients
source · [−]pub type WeightToFeeCoefficients<T> = SmallVec<[WeightToFeeCoefficient<T>; 4]>;
Expand description
A list of coefficients that represent one polynomial.
pub type WeightToFeeCoefficients<T> = SmallVec<[WeightToFeeCoefficient<T>; 4]>;
A list of coefficients that represent one polynomial.