OptionalbaseFeePerGas
baseFeePerGas?: `0x${string}`
OptionalblobGasUsed
blobGasUsed?: `0x${string}`
Optionaldifficulty
difficulty?: `0x${string}`
OptionalexcessBlobGas
excessBlobGas?: `0x${string}`
extraData
extraData: `0x${string}`
gasLimit
gasLimit: `0x${string}`
gasUsed
gasUsed: `0x${string}`
logsBloom
logsBloom: `0x${string}`
miner
miner: `0x${string}`
OptionalmixHash
mixHash?: `0x${string}`
nonce
nonce: `0x${string}`
number
number: `0x${string}`
OptionalparentBeaconBlockRoot
parentBeaconBlockRoot?: `0x${string}`
parentHash
parentHash: `0x${string}`
receiptsRoot
receiptsRoot: `0x${string}`
sha3Uncles
sha3Uncles: `0x${string}`
stateRoot
stateRoot: `0x${string}`
timestamp
timestamp: `0x${string}`
OptionaltotalDifficulty
totalDifficulty?: `0x${string}`
transactionsRoot
transactionsRoot: `0x${string}`
uncles
uncles: `0x${string}`[]
Optionalwithdrawals
withdrawals?: {
address: `0x${string}`;
amount: `0x${string}`;
index: `0x${string}`;
validatorIndex: `0x${string}`;
}[]
OptionalwithdrawalsRoot
withdrawalsRoot?: `0x${string}`