import { Quantity } from "@ganache/utils"; export type FeeHistory = { oldestBlock: Quantity; baseFeePerGas: Quantity[]; gasUsedRatio: number[]; reward?: Array; }; //# sourceMappingURL=fee-history.d.ts.map