Crate near_pool_v01[][src]

Modules

Structs

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.

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