pub async fn verify_contract(
hash_str: &str,
verification_url_base_path: &str,
verification_project_path: Option<&str>,
verbosity_level: u64,
) -> Result<VerificationDetails, CliError>Expand description
Verifies the smart contract code against the one installed by deploy or transaction with given hash.