Skip to content

JsonRpcBlock

Properties

baseFeePerGas?

optional baseFeePerGas: string

Defined in

types.ts:243


blobGasUsed?

optional blobGasUsed: string

Defined in

types.ts:246


difficulty

difficulty: string

Defined in

types.ts:234


excessBlobGas?

optional excessBlobGas: string

Defined in

types.ts:247


executionWitness?

optional executionWitness: null | VerkleExecutionWitness

Defined in

types.ts:249


extraData

extraData: string

Defined in

types.ts:236


gasLimit

gasLimit: string

Defined in

types.ts:238


gasUsed

gasUsed: string

Defined in

types.ts:239


hash

hash: string

Defined in

types.ts:224


logsBloom

logsBloom: string

Defined in

types.ts:229


miner

miner: string

Defined in

types.ts:233


mixHash?

optional mixHash: string

Defined in

types.ts:226


nonce

nonce: string

Defined in

types.ts:227


number

number: string

Defined in

types.ts:223


parentBeaconBlockRoot?

optional parentBeaconBlockRoot: string

Defined in

types.ts:248


parentHash

parentHash: string

Defined in

types.ts:225


receiptsRoot

receiptsRoot: string

Defined in

types.ts:232


requests?

optional requests: string[]

Defined in

types.ts:251


requestsRoot?

optional requestsRoot: string

Defined in

types.ts:250


sha3Uncles

sha3Uncles: string

Defined in

types.ts:228


size

size: string

Defined in

types.ts:237


stateRoot

stateRoot: string

Defined in

types.ts:231


timestamp

timestamp: string

Defined in

types.ts:240


totalDifficulty

totalDifficulty: string

Defined in

types.ts:235


transactions

transactions: (string | JsonRpcTx)[]

Defined in

types.ts:241


transactionsRoot

transactionsRoot: string

Defined in

types.ts:230


uncles

uncles: `0x${string}`[] | string[]

Defined in

types.ts:242


withdrawals?

optional withdrawals: JsonRpcWithdrawal[]

Defined in

types.ts:244


withdrawalsRoot?

optional withdrawalsRoot: string

Defined in

types.ts:245