Type Alias g1_runtime::WeightToFeeCoefficients 
pub type WeightToFeeCoefficients<T> = SmallVec<[WeightToFeeCoefficient<T>; 4]>;Expand description
A list of coefficients that represent a polynomial.
Aliased Type§
struct WeightToFeeCoefficients<T> {
    pub(crate) capacity: usize,
    pub(crate) data: SmallVecData<[WeightToFeeCoefficient<T>; 4]>,
}Fields§
§capacity: usize§data: SmallVecData<[WeightToFeeCoefficient<T>; 4]>