Type Definition exonum::node::state::TxPool [] [src]

type TxPool = Arc<RwLock<BTreeMap<Hash, Box<Transaction>>>>;

Transactions pool.