interface GasPricesItem {
    minGasPrice: bigint;
    minutes: number;
    utilization: number;
}

Properties

minGasPrice: bigint

Minimum gas price in the block range

minutes: number

Number of minutes from the top

utilization: number

Percent of available gas used