Closed emhane closed 6 days ago
Improve usability of abstraction of data primitives. Ref https://github.com/paradigmxyz/reth/pull/12613.
Add blanket implementations of Transaction and BlockHeader for &T and Arc<T>.
Transaction
BlockHeader
&T
Arc<T>
Motivation
Improve usability of abstraction of data primitives. Ref https://github.com/paradigmxyz/reth/pull/12613.
Solution
Add blanket implementations of
Transaction
andBlockHeader
for&T
andArc<T>
.PR Checklist