We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b107eb9 commit 4a18348Copy full SHA for 4a18348
web3/eth_api_types.nim
@@ -279,19 +279,14 @@ type
279
activationTime*: Quantity
280
blobSchedule*: BlobScheduleObject
281
chainId*: UInt256
282
+ forkId*: Bytes4
283
precompiles*: seq[PrecompilePair]
284
systemContracts*: seq[SystemContractPair]
285
286
EthConfigObject* = ref object
287
current*: ConfigObject
- currentHash*: Hash32
288
- currentForkId*: Bytes4
289
next*: Opt[ConfigObject]
290
- nextHash*: Opt[Hash32]
291
- nextForkId*: Opt[Bytes4]
292
last*: Opt[ConfigObject]
293
- lastHash*: Opt[Hash32]
294
- lastForkId*: Opt[Bytes4]
295
296
func blockId*(n: uint64): RtBlockIdentifier =
297
RtBlockIdentifier(kind: bidNumber, number: Quantity n)
0 commit comments