Module service

Source

Re-exports§

pub use config::Config;
pub use config::DbType;
pub use config::VMConfig;

Modules§

adapters
config
genesis
metrics
sub_services
vm_pool

Structs§

FuelService
RelayerConsensusConfig
Config for settings the consensus needs that are related to the relayer.
SharedState

Traits§

ServiceTrait
Trait for service runners, providing a minimal interface for managing the lifecycle of services such as start/stop and health status.

Type Aliases§

SubServices