import * as valibot4692 from "valibot"; import { InferOutput } from "valibot"; import { Readable } from "@ethernauta/transport"; //#region src/method/fee-market/fee-history.d.ts declare const ParametersSchema: valibot4692.UnionSchema<[valibot4692.TupleSchema<[valibot4692.SchemaWithPipe | undefined>, valibot4692.BrandAction<`0x${string}`, "Uint">]>, valibot4692.UnionSchema<[valibot4692.SchemaWithPipe | undefined>, valibot4692.BrandAction<`0x${string}`, "Uint">]>, valibot4692.UnionSchema<[valibot4692.LiteralSchema<"earliest", undefined>, valibot4692.LiteralSchema<"finalized", undefined>, valibot4692.LiteralSchema<"safe", undefined>, valibot4692.LiteralSchema<"latest", undefined>, valibot4692.LiteralSchema<"pending", undefined>], undefined>], undefined>, valibot4692.ArraySchema, valibot4692.MinValueAction, valibot4692.MaxValueAction]>, undefined>], undefined>, valibot4692.ObjectSchema<{ readonly blockCount: valibot4692.SchemaWithPipe | undefined>, valibot4692.BrandAction<`0x${string}`, "Uint">]>; readonly newestBlock: valibot4692.UnionSchema<[valibot4692.SchemaWithPipe | undefined>, valibot4692.BrandAction<`0x${string}`, "Uint">]>, valibot4692.UnionSchema<[valibot4692.LiteralSchema<"earliest", undefined>, valibot4692.LiteralSchema<"finalized", undefined>, valibot4692.LiteralSchema<"safe", undefined>, valibot4692.LiteralSchema<"latest", undefined>, valibot4692.LiteralSchema<"pending", undefined>], undefined>], undefined>; readonly rewardPercentiles: valibot4692.ArraySchema, valibot4692.MinValueAction, valibot4692.MaxValueAction]>, undefined>; }, undefined>], undefined>; type Parameters = InferOutput; declare const FeeHistoryResultsSchema: valibot4692.ObjectSchema<{ readonly oldestBlock: valibot4692.SchemaWithPipe | undefined>, valibot4692.BrandAction<`0x${string}`, "Uint">]>; readonly baseFeePerGas: valibot4692.ArraySchema | undefined>, valibot4692.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly gasUsedRatio: valibot4692.ArraySchema, valibot4692.MinValueAction, valibot4692.MaxValueAction]>, undefined>; readonly reward: valibot4692.ArraySchema | undefined>, valibot4692.BrandAction<`0x${string}`, "Uint">]>, undefined>, undefined>; }, undefined>; type FeeHistoryResults = InferOutput; /** * @returns Fee history for the returned block range. This can be a subsection of the requested range if not all blocks are available */ declare function eth_feeHistory(_parameters: Parameters): Readable; //#endregion export { FeeHistoryResults, eth_feeHistory }; //# sourceMappingURL=fee-history.d.ts.map