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

This endpoint will list transactions by an attribute address. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc.