We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57f6d4 commit 6435f4eCopy full SHA for 6435f4e
1 file changed
crates/rollkit/src/rpc/txpool.rs
@@ -1,10 +1,8 @@
1
-use alloy_primitives::{hex::encode as hex_encode, Address};
+use alloy_primitives::hex::encode as hex_encode;
2
use alloy_rlp::Encodable;
3
-use alloy_rpc_types_txpool::TxpoolContent;
4
use async_trait::async_trait;
5
use jsonrpsee::{core::RpcResult, proc_macros::rpc};
6
use reth_transaction_pool::{TransactionPool, ValidPoolTransaction};
7
-use std::collections::BTreeMap;
8
9
/// Rollkit txpool RPC API trait
10
#[rpc(server, namespace = "txpoolExt")]
0 commit comments