Module frontier_template_node::service
source · Expand description
Service and ServiceFactory implementation. Specialized wrapper over substrate service.
Re-exports§
pub use crate::client::Client;
pub use crate::client::TemplateRuntimeExecutor;
pub use crate::eth::db_config_dir;
pub use crate::eth::EthConfiguration;
Constants§
- The minimum period of blocks on which justifications will be imported and generated.
Functions§
- Build the import queue for the template runtime (aura + grandpa).
- Build the import queue for the template runtime (manual seal).
- Builds a new service for a full client.
Type Aliases§
- FullPool 🔒