[][src]Type Definition grin_servers::ServerTxPool

type ServerTxPool = Arc<RwLock<TransactionPool<PoolToChainAdapter, PoolToNetAdapter, LruVerifierCache>>>;

Arcified thread-safe TransactionPool with type parameters used by server components