pub async fn list_xrp__ripple_transactions_by_address_and_time_range(
    configuration: &Configuration,
    network: &str,
    address: &str,
    from_timestamp: i32,
    to_timestamp: i32,
    context: Option<&str>,
    limit: Option<i64>,
    offset: Option<i64>,
    transaction_type: Option<&str>
) -> Result<ListXrpRippleTransactionsByAddressAndTimeRangeR, Error<ListXrpRippleTransactionsByAddressAndTimeRangeError>>
Expand description

Тhis endpoint lists XRP transactions by the attribute address and the query parameters fromTimestamp and toTimestamp which gives customers the opportunity to filter the results by a specified time period.