Function get_script_by_hash

Source
pub async fn get_script_by_hash(
    configuration: &Configuration,
    workspace: &str,
    hash: &str,
    with_starred_info: Option<bool>,
) -> Result<Script, Error<GetScriptByHashError>>