Function brontes::cli::init_inspectors

source ยท
pub fn init_inspectors<DB: LibmdbxReader>(
    quote_token: Address,
    db: &'static DB,
    inspectors: Option<Vec<Inspectors>>,
    cex_exchanges: Vec<CexExchange>,
    trade_config: CexDexTradeConfig,
    metrics: bool,
) -> &'static [&'static dyn Inspector<Result = Vec<Bundle>>]