interface FeeHistory {
    baseFeePerBlobGas?: `0x${string}`[];
    baseFeePerGas: `0x${string}`[];
    blobGasUsedRatio?: number[];
    gasUsedRatio: number[];
    oldestBlock: `0x${string}`;
    reward?: `0x${string}`[][];
}

Properties

baseFeePerBlobGas?: `0x${string}`[]
baseFeePerGas: `0x${string}`[]
blobGasUsedRatio?: number[]
gasUsedRatio: number[]
oldestBlock: `0x${string}`
reward?: `0x${string}`[][]