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.
pub async fn analyze_address(
args: &AddressArgs,
client: &dyn ChainClient,
) -> Result<AddressReport>Analyzes an address using a unified chain client. Exposed for use by batch report and other commands.