use crate*;
/// Result type returned by [`Service`] lifecycle methods.
pub type ServiceResult = ;
/// Service is a core component of the Kaspa NG application responsible for
/// running application services and communication between these services.