Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/interfaces/index.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.12/types/interfaces/index.ts";

Properties

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