alloy
alloy copied to clipboard
[Feature] resolve `consensus::Header` vs `rpc_types::Header`
Component
consensus, eips, genesis, network, json-rpc
What version of Alloy are you on?
No response
Operating System
None
Describe the bug
continuation of #399
- [ ] Add
serde
foralloy_consensus::Header
- [ ] Embed the object or dedupe with
alloy_rpc_types::Header
as appropriate