Type alias MarketStateStructOutput

MarketStateStructOutput: [BN, BN, BN, string, BN, BN, BN, BN, BN] & {
    expiry: BN;
    lastLnImpliedRate: BN;
    lnFeeRateRoot: BN;
    reserveFeePercent: BN;
    scalarRoot: BN;
    totalLp: BN;
    totalPt: BN;
    totalSy: BN;
    treasury: string;
}

Type declaration

  • expiry: BN
  • lastLnImpliedRate: BN
  • lnFeeRateRoot: BN
  • reserveFeePercent: BN
  • scalarRoot: BN
  • totalLp: BN
  • totalPt: BN
  • totalSy: BN
  • treasury: string

Generated using TypeDoc