Function listen::checker::_run_checks

source ยท
pub async fn _run_checks(
    rpc_client: &RpcClient,
    accounts: PoolAccounts,
    slot: u64,
    ignore_non_pump_funs: bool,
) -> Result<(bool, Checklist), Box<dyn Error>>