pub async fn verify_contract(
hash_str: &str,
verification_url_base_path: &str,
project_path: Option<&str>,
verbosity: Verbosity,
) -> Result<VerificationDetails, Error>Expand description
Verifies the smart contract code against the one deployed at given deploy or transaction hash.