35 breaking releases
new 0.46.0 | Jan 14, 2025 |
---|---|
0.44.1 | Oct 29, 2024 |
0.44.0 | Sep 26, 2024 |
0.43.0 | Jul 18, 2024 |
0.0.0 | Nov 21, 2022 |
#529 in Magic Beans
9,192 downloads per month
Used in 73 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
~72–110MB
~2M SLoC