interface GasCurve {
    max_gas: bigint;
    min_gas: bigint;
    points: Point[];
}

Properties

max_gas: bigint
min_gas: bigint
points: Point[]