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

pub async fn get_xrp__ripple_block_details_by_block_hash(
    configuration: &Configuration,
    network: &str,
    block_hash: &str,
    context: Option<&str>
) -> Result<GetXrpRippleBlockDetailsByBlockHashR, Error<GetXrpRippleBlockDetailsByBlockHashError>>
Expand description

Through this endpoint customers can obtain basic information about a given XRP block (a block on the XRP blockchain), specifically by using the hash parameter. These block details could include the hash of the specific, the previous and the next block, the number of included transactions, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn’t unified.