Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion web3/eth_api_types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ type
nonce*: Opt[Bytes8]
mixHash*: Hash32 # hash of the generated proof-of-work. null when its pending block.
size*: Quantity # integer the size of this block in bytes.
totalDifficulty*: UInt256 # integer of the total difficulty of the chain until this block.
transactions*: seq[TxOrHash] # list of transaction objects, or 32 Bytes transaction hashes depending on the last given parameter.
uncles*: seq[Hash32] # list of uncle hashes.
baseFeePerGas*: Opt[UInt256] # EIP-1559
Expand Down