Re-exports§
pub use subxt_signer;
pub use async_trait;
pub use color_eyre;
pub use gadget_io;
pub use tangle_subxt;
Modules§
- channels
- When delivering messages to an async protocol, we want o make sure we don’t mix up voting and public key gossip messages Thus, this file contains a function that takes a channel from the gadget to the async protocol and splits it into two channels
- client
- config
- debug_
logger - environments
- full_
protocol - helpers
- keystore
- locks
- module
- prelude
- prometheus
- protocol
- tangle_
runtime - tracer
- Traces progress of protocol execution
- utils
Macros§
- generate_
protocol - generate_
setup_ and_ run_ command - Generates a run function that returns a future that runs all the supplied protocols run concurrently Also generates a setup_node function that sets up the future that runs all the protocols concurrently
Structs§
Enums§
Traits§
Functions§
- create_
work_ manager - Creates a work manager
- run_
protocol