Files
pezkuwi-subxt/substrate/client/transaction-pool/graph
Benjamin Kampmann ecdc94420e Releasing 2.0 – two dot 😮 (#7182)
Tagging the release of substrate 2.0


[ci: skip-checks]
2020-09-22 19:47:38 +02:00
..
2020-07-21 14:46:49 +02:00
2020-09-22 19:47:38 +02:00
2020-08-20 17:04:42 +02:00

Generic Transaction Pool

The pool is based on dependency graph between transactions and their priority. The pool is able to return an iterator that traverses transaction graph in the correct order taking into account priorities and dependencies.

License: GPL-3.0-or-later WITH Classpath-exception-2.0