Skip to content

Commit

Permalink
Add shouldOverrideBuilder field to GetPayloadV3Response
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Oct 5, 2023
1 parent 70f2235 commit b52a53e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web3/engine_api_types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,12 @@ type
executionPayload*: ExecutionPayloadV2
blockValue*: UInt256

# https://github.com/ethereum/execution-apis/blob/ee3df5bc38f28ef35385cefc9d9ca18d5e502778/src/engine/cancun.md#response-2
# https://github.com/ethereum/execution-apis/blob/584905270d8ad665718058060267061ecfd79ca5/src/engine/cancun.md#response-2
GetPayloadV3Response* = object
executionPayload*: ExecutionPayloadV3
blockValue*: UInt256
blobsBundle*: BlobsBundleV1
shouldOverrideBuilder*: bool

SomeGetPayloadResponse* =
ExecutionPayloadV1 |
Expand Down

0 comments on commit b52a53e

Please sign in to comment.