pub type TransactionPool = Arc<TransactionPoolHandle<NodeBlock, Client>>;
Transaction pool type used by the test service
struct TransactionPool { /* private fields */ }