Files
pezkuwi-subxt/substrate/client/service
Bastian Köcher d0530d0f2a Fix warnings related to panic and assert (#8272)
We were using the wrong syntax and that will be dropped with Rust 2021.
The compiler already starts to hint the wrong syntax with warnings. So,
we fix this here.
2021-03-05 10:56:33 +01:00
..
2020-08-20 17:04:42 +02:00

Substrate service. Starts a thread that spins up the network, client, and extrinsic pool. Manages communication between them.

License: GPL-3.0-or-later WITH Classpath-exception-2.0