Skip to main content

analyze_address

Function analyze_address 

Source
pub async fn analyze_address(
    args: &AddressArgs,
    client: &dyn ChainClient,
) -> Result<AddressReport>
Expand description

Analyzes an address using a unified chain client. Exposed for use by batch report and other commands.