For the complete documentation index, see llms.txt. This page is also available as Markdown.

AlgebraFeeConfiguration

struct AlgebraFeeConfiguration {
  uint16 alpha1;
  uint16 alpha2;
  uint32 beta1;
  uint32 beta2;
  uint16 gamma1;
  uint16 gamma2;
  uint16 baseFee;
}

Last updated