interface EthHeader
implements Struct
import { type EthHeader } from "https://deno.land/x/polkadot@0.2.17/types/interfaces/eth/types.ts";
Properties
readonly
parentHash: H256readonly
ommersHash: H256readonly
beneficiary: EthAddressreadonly
stateRoot: H256readonly
transactionsRoot: H256readonly
receiptsRoot: H256readonly
logsBloom: EthBloomreadonly
difficulty: U256readonly
number: U256readonly
gasLimit: U256readonly
gasUsed: U256readonly
timestamp: u64readonly
extraData: Bytesreadonly
mixMash: H256readonly
nonce: H64