interface EthRichBlock
implements Struct
import { type EthRichBlock } from "https://dotland.deno.dev/x/polkadot@0.2.35/types/interfaces/eth/index.ts";
Properties
readonly
parentHash: H256readonly
sha3Uncles: H256readonly
author: EthAddressreadonly
miner: EthAddressreadonly
stateRoot: H256readonly
transactionsRoot: H256readonly
receiptsRoot: H256readonly
gasUsed: U256readonly
gasLimit: U256readonly
extraData: Bytesreadonly
logsBloom: EthBloomreadonly
timestamp: U256readonly
difficulty: U256readonly
transactions: Vec<EthTransaction>