ExecutionPayloadValidator
generic over block
#13323
Labels
A-block-building
Related to block building
A-sdk
Related to reth's use as a library
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
Make
ExecutionPayloadValidator
generic over block. Either usingPhantomData
for a block type, or using a generic for block on method signatures that containSealedBlock
so it can be generalised asSealedBlockFor<B>
reth/crates/payload/validator/src/lib.rs
Lines 19 to 185 in c553b1e
Additional context
No response
The text was updated successfully, but these errors were encountered: