make SealedBlock a wrapper of hash + Block #13626
Labels
A-sdk
Related to reth's use as a library
C-debt
Refactor of code section that is hard to understand or maintain
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: