Crate near_pool[][src]

Modules

types

Structs

PoolIteratorWrapper

PoolIterator is a structure to pull transactions from the pool. It implements PoolIterator trait that iterates over transaction groups one by one. When the wrapper is dropped the remaining transactions are returned back to the pool.

TransactionPool

Transaction pool: keeps track of transactions that were not yet accepted into the block chain.