refactor: add network-api crate (#838)

This commit is contained in:
Matthias Seitz
2023-01-13 04:39:44 +01:00
committed by GitHub
parent 33c9cbea6a
commit ba3048ceb0
11 changed files with 50 additions and 5 deletions

View File

@ -8,6 +8,7 @@ use reth_interfaces::p2p::{
bodies::client::BodiesClient,
headers::client::{HeadersClient, HeadersRequest},
};
use reth_network_api::NetworkInfo;
use reth_primitives::{
Block, Bytes, Header, HeadersDirection, Signature, Transaction, TransactionKind,
TransactionSigned, TxEip2930, H256, U256,