15 breaking releases

new 0.25.0 Mar 26, 2023
0.23.0 Feb 26, 2023
0.15.0 Dec 21, 2022
0.0.0 Nov 21, 2022

#2345 in Magic Beans

Download history 169/week @ 2022-12-13 181/week @ 2022-12-20 20/week @ 2022-12-27 11/week @ 2023-01-03 95/week @ 2023-01-10 60/week @ 2023-01-17 36/week @ 2023-01-24 105/week @ 2023-01-31 96/week @ 2023-02-07 124/week @ 2023-02-14 138/week @ 2023-02-21 131/week @ 2023-02-28 55/week @ 2023-03-07 58/week @ 2023-03-14 92/week @ 2023-03-21

382 downloads per month
Used in 6 crates (via sc-service)

GPL-3.0-or-later…

1MB
21K SLoC

sc-network-transactions

Auto-generated README.md for publishing to crates.io


lib.rs:

Transactions handling to plug on top of the network service.

Usage:

  • Use [TransactionsHandlerPrototype::new] to create a prototype.
  • Pass the return value of [TransactionsHandlerPrototype::set_config] to the network configuration as an extra peers set.
  • Use [TransactionsHandlerPrototype::build] then [TransactionsHandler::run] to obtain a Future that processes transactions.

Dependencies

~47–87MB
~1.5M SLoC