pub type ServerTxPool = Arc<RwLock<TransactionPool<PoolToChainAdapter, PoolToNetAdapter>>>;Expand description
Arcified thread-safe TransactionPool with type parameters used by server components
Aliased Typeยง
pub struct ServerTxPool { /* private fields */ }