36 breaking releases
0.47.0 | Jan 29, 2025 |
---|---|
0.44.1 | Oct 29, 2024 |
0.43.0 | Jul 18, 2024 |
0.36.0 | Mar 18, 2024 |
0.0.0 | Nov 21, 2022 |
#20 in #prototype
12,064 downloads per month
Used in 80 crates
(3 directly)
2.5MB
43K
SLoC
Release
Polkadot SDK Stable 2412
lib.rs
:
Transactions handling to plug on top of the network service.
Usage:
- Use
TransactionsHandlerPrototype::new
to create a prototype. - Pass the
NonDefaultSetConfig
returned fromTransactionsHandlerPrototype::new
to the network configuration as an extra peers set. - Use
TransactionsHandlerPrototype::build
thenTransactionsHandler::run
to obtain aFuture
that processes transactions.
Dependencies
~71–110MB
~2M SLoC