pub async fn list_internal_transactions_by_address(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    address: &str,
    context: Option<&str>,
    limit: Option<i64>,
    offset: Option<i64>
) -> Result<ListInternalTransactionsByAddressR, Error<ListInternalTransactionsByAddressError>>
Expand description

Through this endpoint customers can list internal transactions by the address attribute.