mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
feat: use reth-ethereum-primitives (#13830)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//! Generators for different data structures like block headers, block bodies and ranges of those.
|
||||
|
||||
use alloy_consensus::{Block, Header, Transaction as _, TxLegacy};
|
||||
use alloy_consensus::{Block, Header, SignableTransaction, Transaction as _, TxLegacy};
|
||||
use alloy_eips::{
|
||||
eip1898::BlockWithParent,
|
||||
eip4895::{Withdrawal, Withdrawals},
|
||||
|
||||
Reference in New Issue
Block a user