sc-transaction-graph

Crates.iosc-transaction-graph
lib.rssc-transaction-graph
version3.0.0
sourcesrc
created_at2020-02-27 13:02:21.141933
updated_at2021-02-10 21:08:49.241076
descriptionGeneric Transaction Pool
homepagehttps://substrate.dev
repositoryhttps://github.com/paritytech/substrate/
max_upload_size
id213089
size145,795
Parity Crate Owner (parity-crate-owner)

documentation

README

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

Commit count: 8235

cargo fmt