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

pub async fn get_xrp__ripple_block_details_by_block_height(
    configuration: &Configuration,
    network: &str,
    height: &str,
    context: Option<&str>
) -> Result<GetXrpRippleBlockDetailsByBlockHeightResponse, Error<GetXrpRippleBlockDetailsByBlockHeightError>>
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 height parameter. These block details could include the hash of the specific, the previous and the next block, its transactions count, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn’t unified.