Skip to main content

try_runtime_generator

Function try_runtime_generator 

Source
pub async fn try_runtime_generator(
    cache: PathBuf,
    version: Option<&str>,
) -> Result<Binary, Error>
Expand description

Generate the source of the try-runtime binary on the remote repository.

ยงArguments

  • cache - The path to the directory where the binary should be cached.
  • version - An optional version string. If None, the latest available version is used.