Skip to main content
Module

x/polkadot/types/interfaces/index.ts>EthRichHeader

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

Properties

readonly
blockHash: Option<H256>
readonly
parentHash: H256
readonly
sha3Uncles: H256
readonly
author: EthAddress
readonly
miner: EthAddress
readonly
stateRoot: H256
readonly
transactionsRoot: H256
readonly
receiptsRoot: H256
readonly
number: Option<U256>
readonly
gasUsed: U256
readonly
gasLimit: U256
readonly
extraData: Bytes
readonly
logsBloom: EthBloom
readonly
timestamp: U256
readonly
difficulty: U256
readonly
sealFields: Vec<Bytes>
readonly
blockSize: Option<U256>