[][src]Module transaction_pool::scoring

A transactions ordering abstraction.

Structs

ScoreWithRef

A score with a reference to the transaction.

Enums

Change

Describes a reason why the Score of transactions should be updated. The Scoring implementations can use this information to update the Score table more efficiently.

Choice

Represents a decision what to do with a new transaction that tries to enter the pool.

Traits

Scoring

A transaction ordering.