Function cryptoapis::apis::default_api::get_contract_details_by_address[][src]

pub async fn get_contract_details_by_address(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    contract_address: &str,
    context: Option<&str>
) -> Result<GetContractDetailsByAddressResponse, Error<GetContractDetailsByAddressError>>
Expand description

This endpoint will return a smart contract details by address, this address is the address of the smart contract. It’s not the same as the smart contract creator address.