Type Alias grin_servers::ServerTxPool

source ·
pub type ServerTxPool = Arc<RwLock<TransactionPool<PoolToChainAdapter, PoolToNetAdapter>>>;
Expand description

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

Aliased Type§

struct ServerTxPool { /* private fields */ }