pub async fn gather_external_info(
address: &str,
chain: &str,
source: Option<&ContractSource>,
http_client: &Client,
) -> Result<ExternalInfo>Expand description
Gather external intelligence for a contract.
pub async fn gather_external_info(
address: &str,
chain: &str,
source: Option<&ContractSource>,
http_client: &Client,
) -> Result<ExternalInfo>Gather external intelligence for a contract.