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

Properties

max_gas: bigint
min_gas: bigint