pub async fn run_mintd(
work_dir: &Path,
settings: &Settings,
db_password: Option<String>,
enable_logging: bool,
runtime: Option<Arc<Runtime>>,
routers: Vec<Router>,
) -> Result<()>Expand description
The main entry point for the application when used as a library