interface SimulatorState {
    adminFeeNumerator: number;
    adminFees: Allocation[];
    decimals: Allocation[];
    feeNumerator: number;
    futureA: number;
    futureATime: number;
    initA: number;
    initATime: number;
    lpTotalSupply: bigint;
    poolAddress: string;
    rates?: Allocation[];
    reserves: Allocation[];
}

Hierarchy

  • SimulatorConfig
    • SimulatorState

Properties

adminFeeNumerator: number
adminFees: Allocation[]
decimals: Allocation[]
feeNumerator: number
futureA: number
futureATime: number
initA: number
initATime: number
lpTotalSupply: bigint
poolAddress: string
rates?: Allocation[]
reserves: Allocation[]