Function distance_oracle::run

source ·
pub async fn run(
    client: &Client,
    settings: &Settings,
    handle_fs: bool
) -> Option<(Vec<Perbill>, u32, PathBuf)>
Expand description

Asynchronously runs a computation based on the provided client and settings. Returns Option<(evaluation, current_pool_index, evaluation_result_path)>.