@ethereumjs/block / JsonRpcBlock
Interface: JsonRpcBlock
Table of contents
Properties
Properties
baseFeePerGas
• Optional
baseFeePerGas: string
Defined in
types.ts:245
blobGasUsed
• Optional
blobGasUsed: string
Defined in
types.ts:248
difficulty
• difficulty: string
Defined in
types.ts:236
excessBlobGas
• Optional
excessBlobGas: string
Defined in
types.ts:249
executionWitness
• Optional
executionWitness: null
| VerkleExecutionWitness
Defined in
types.ts:251
• extraData: string
Defined in
types.ts:238
gasLimit
• gasLimit: string
Defined in
types.ts:240
gasUsed
• gasUsed: string
Defined in
types.ts:241
hash
• hash: string
Defined in
types.ts:226
logsBloom
• logsBloom: string
Defined in
types.ts:231
miner
• miner: string
Defined in
types.ts:235
mixHash
• Optional
mixHash: string
Defined in
types.ts:228
nonce
• nonce: string
Defined in
types.ts:229
number
• number: string
Defined in
types.ts:225
parentBeaconBlockRoot
• Optional
parentBeaconBlockRoot: string
Defined in
types.ts:250
parentHash
• parentHash: string
Defined in
types.ts:227
receiptsRoot
• receiptsRoot: string
Defined in
types.ts:234
sha3Uncles
• sha3Uncles: string
Defined in
types.ts:230
size
• size: string
Defined in
types.ts:239
stateRoot
• stateRoot: string
Defined in
types.ts:233
timestamp
• timestamp: string
Defined in
types.ts:242
totalDifficulty
• totalDifficulty: string
Defined in
types.ts:237
transactions
• transactions: (string
| JsonRpcTx
)[]
Defined in
types.ts:243
transactionsRoot
• transactionsRoot: string
Defined in
types.ts:232
uncles
• uncles: string
[]
Defined in
types.ts:244
withdrawals
• Optional
withdrawals: JsonRpcWithdrawal
[]
Defined in
types.ts:246
withdrawalsRoot
• Optional
withdrawalsRoot: string
Defined in
types.ts:247