Function load_parameters

Source
pub fn load_parameters(
    spend_path: &Path,
    output_path: &Path,
    sprout_path: Option<&Path>,
) -> ZcashParameters
Expand description

Load the specified parameters, checking the sizes and hashes of the files.

Returns the loaded parameters.