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

pub async fn list_xrp__ripple_transactions_by_block_height(
    configuration: &Configuration,
    network: &str,
    block_height: i32,
    context: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>
) -> Result<ListXrpRippleTransactionsByBlockHeightR, Error<ListXrpRippleTransactionsByBlockHeightError>>
Expand description

This endpoint will list transactions by an attribute blockHeight. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn’t unified. {note}Please note that listing data from the same type will apply pagination on the results.{/note}