Crates.io | sc-transaction-graph |
lib.rs | sc-transaction-graph |
version | 3.0.0 |
source | src |
created_at | 2020-02-27 13:02:21.141933 |
updated_at | 2021-02-10 21:08:49.241076 |
description | Generic Transaction Pool |
homepage | https://substrate.dev |
repository | https://github.com/paritytech/substrate/ |
max_upload_size | |
id | 213089 |
size | 145,795 |
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