Skip to content

Latest commit

 

History

History
294 lines (160 loc) · 5.88 KB

JsonRpcBlock.md

File metadata and controls

294 lines (160 loc) · 5.88 KB

@ethereumjs/block / JsonRpcBlock

Interface: JsonRpcBlock

Table of contents

Properties

Properties

baseFeePerGas

Optional baseFeePerGas: string

Defined in

types.ts:189


blobGasUsed

Optional blobGasUsed: string

Defined in

types.ts:192


difficulty

difficulty: string

Defined in

types.ts:180


excessBlobGas

Optional excessBlobGas: string

Defined in

types.ts:193


extraData

extraData: string

Defined in

types.ts:182


gasLimit

gasLimit: string

Defined in

types.ts:184


gasUsed

gasUsed: string

Defined in

types.ts:185


hash

hash: string

Defined in

types.ts:170


logsBloom

logsBloom: string

Defined in

types.ts:175


miner

miner: string

Defined in

types.ts:179


mixHash

Optional mixHash: string

Defined in

types.ts:172


nonce

nonce: string

Defined in

types.ts:173


number

number: string

Defined in

types.ts:169


parentBeaconBlockRoot

Optional parentBeaconBlockRoot: string

Defined in

types.ts:194


parentHash

parentHash: string

Defined in

types.ts:171


receiptsRoot

receiptsRoot: string

Defined in

types.ts:178


sha3Uncles

sha3Uncles: string

Defined in

types.ts:174


size

size: string

Defined in

types.ts:183


stateRoot

stateRoot: string

Defined in

types.ts:177


timestamp

timestamp: string

Defined in

types.ts:186


totalDifficulty

totalDifficulty: string

Defined in

types.ts:181


transactions

transactions: (string | JsonRpcTx)[]

Defined in

types.ts:187


transactionsRoot

transactionsRoot: string

Defined in

types.ts:176


uncles

uncles: string[]

Defined in

types.ts:188


withdrawals

Optional withdrawals: JsonRpcWithdrawal[]

Defined in

types.ts:190


withdrawalsRoot

Optional withdrawalsRoot: string

Defined in

types.ts:191