Module near_pool::types[][src]

Structs

TransactionGroup

Represents a group of transactions with the same key.

Traits

PoolIterator

Trait acts like an iterator. It iterates over transactions groups by returning mutable references to them. Each transaction group implements a draining iterator to pull transactions. The order of the transaction groups is round robin scheduling. When this iterator is dropped the remaining transactions are returned back to the pool.