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.
parent_target_blobs_per_block
1 parent eddf421 commit f37a82bCopy full SHA for f37a82b
src/ethereum_test_types/types.py
@@ -394,6 +394,7 @@ class EnvironmentGeneric(CamelModel, Generic[NumberBoundTypeVar]):
394
None,
395
alias="currentTargetBlobsPerBlock",
396
)
397
+ parent_target_blobs_per_block: NumberBoundTypeVar | None = Field(None)
398
399
parent_difficulty: NumberBoundTypeVar | None = Field(None)
400
parent_timestamp: NumberBoundTypeVar | None = Field(None)
0 commit comments