We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719fb48 commit 91c998aCopy full SHA for 91c998a
web3/engine_api_types.nim
@@ -10,7 +10,7 @@ type
10
# https://github.com/ethereum/execution-apis/blob/v1.0.0-alpha.7/src/engine/specification.md#payloadattributesv1
11
PayloadAttributesV1* = object
12
timestamp*: Quantity
13
- random*: FixedBytes[32]
+ prevRandao*: FixedBytes[32]
14
suggestedFeeRecipient*: Address
15
16
# https://github.com/ethereum/execution-apis/blob/v1.0.0-alpha.7/src/engine/specification.md#payloadstatusv1
web3/ethtypes.nim
@@ -210,7 +210,7 @@ type
210
stateRoot*: BlockHash
211
receiptsRoot*: BlockHash
212
logsBloom*: FixedBytes[256]
213
214
blockNumber*: Quantity
215
gasLimit*: Quantity
216
gasUsed*: Quantity
0 commit comments