mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
refactor: phase out alloy-rpc-types usage (#12395)
This commit is contained in:
@@ -8,8 +8,7 @@ use std::{
|
||||
|
||||
use alloy_eips::BlockId;
|
||||
use alloy_primitives::{TxHash, B256};
|
||||
use alloy_rpc_types::{Block, Transaction};
|
||||
use alloy_rpc_types_eth::transaction::TransactionRequest;
|
||||
use alloy_rpc_types_eth::{transaction::TransactionRequest, Block, Transaction};
|
||||
use alloy_rpc_types_trace::{
|
||||
common::TraceResult,
|
||||
geth::{GethDebugTracerType, GethDebugTracingOptions, GethTrace},
|
||||
|
||||
Reference in New Issue
Block a user