interface EthereumGasBlocknativeResponse {
    blockPrices: BlockPrice[];
    currentBlockNumber: number;
    estimatedBaseFees: EstimatedBaseFee[];
    maxPrice: number;
    msSinceLastBlock: number;
    network: "main";
    system: "ethereum";
    timestamp: number;
    unit: "gwei";
}

Properties

blockPrices: BlockPrice[]
currentBlockNumber: number
estimatedBaseFees: EstimatedBaseFee[]
maxPrice: number
msSinceLastBlock: number
network: "main"
system: "ethereum"
timestamp: number
unit: "gwei"

Generated using TypeDoc