Re-exports§
pub use crate::shared::keystore::SubstrateKeystore;
pub use tokio;
pub use shared::keystore::*;
pub use shared::shell::*;
Modules§
Structs§
- Gadget
Config - All shells should expect this as CLI input. The Blueprint Manager will be responsible for passing these values to this gadget binary
- Keystore
Container - Construct a local keystore shareable container
- Opt
Enums§
- Keystore
Config - Configuration of the client keystore.
Functions§
- log
- spawn
- Spawns a new asynchronous task, returning a
JoinHandle
for it.