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>EthHeader

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

Properties

readonly
parentHash: H256
readonly
ommersHash: H256
readonly
beneficiary: EthAddress
readonly
stateRoot: H256
readonly
transactionsRoot: H256
readonly
receiptsRoot: H256
readonly
logsBloom: EthBloom
readonly
difficulty: U256
readonly
number: U256
readonly
gasLimit: U256
readonly
gasUsed: U256
readonly
timestamp: u64
readonly
extraData: Bytes
readonly
mixMash: H256
readonly
nonce: H64