make SealedBlock a wrapper of hash + Block #13626
Labels
A-sdk
Related to reth's use as a library
C-debt
A clean up/refactor of existing code
C-enhancement
New feature or request
Describe the feature
currently SealedBlock has
SealedHeader
andBody
requiring two generics and doesn't allowtrait Block
usage.we can now make this equivalent to
Sealed<Block>
Additional context
No response
The text was updated successfully, but these errors were encountered: