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

pub async fn list_xrp__ripple_transactions_by_block_hash(
    configuration: &Configuration,
    network: &str,
    block_hash: &str,
    context: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>
) -> Result<ListXrpRippleTransactionsByBlockHashResponse, Error<ListXrpRippleTransactionsByBlockHashError>>
Expand description

This endpoint will list transactions by an attribute blockHash. 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.