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

Package publishing for deno.land/x/polkadot
Go to Latest
interface EthRichBlock
implements Struct
import { type EthRichBlock } 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
totalDifficulty: Option<U256>
readonly
sealFields: Vec<Bytes>
readonly
uncles: Vec<H256>
readonly
transactions: Vec<EthTransaction>
readonly
blockSize: Option<U256>