Skip to main content
Module

x/polkadot/types/interfaces/types.ts>EthFeeHistory

Package publishing for deno.land/x/polkadot
Go to Latest
interface EthFeeHistory
implements Struct
import { type EthFeeHistory } from "https://deno.land/x/polkadot@0.2.25/types/interfaces/types.ts";

Properties

readonly
oldestBlock: U256
readonly
baseFeePerGas: Vec<U256>
readonly
gasUsedRatio: Vec<f64>
readonly
reward: Option<Vec<Vec<U256>>>