Function cryptoapis::apis::xrp_ripple_api::list_xrp__ripple_transactions_by_address[][src]

pub async fn list_xrp__ripple_transactions_by_address(
    configuration: &Configuration,
    network: &str,
    address: &str,
    context: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>
) -> Result<ListXrpRippleTransactionsByAddressResponse, Error<ListXrpRippleTransactionsByAddressError>>
Expand description

This endpoint will list XRP transactions by a attribute address. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn’t unified.