EvmFeeEstimates: {
    blockNumber: IntegerPositiveStrict;
    estimatedBaseFee: string;
    fast: Eip1559Fee;
    kind: FeeEstimationKind;
    safeLow: Eip1559Fee;
    standard: Eip1559Fee;
}

Type declaration

Generated using TypeDoc