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