interface EthFeeHistory implements Structimport { type EthFeeHistory } from "https://dotland.deno.dev/x/polkadot@0.2.35/types/interfaces/types.ts"; PropertiesreadonlyoldestBlock: U256readonlybaseFeePerGas: Vec<U256>readonlygasUsedRatio: Vec<f64>readonlyreward: Option<Vec<Vec<U256>>>