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 |
|
#2345 in Magic Beans
382 downloads per month
Used in 6 crates
(via sc-service)
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 aFuture
that processes transactions.
Dependencies
~47–87MB
~1.5M SLoC