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

pub async fn get_latest_mined_xrp__ripple_block(
    configuration: &Configuration,
    network: &str,
    context: Option<&str>
) -> Result<GetLatestMinedXrpRippleBlockR, Error<GetLatestMinedXrpRippleBlockError>>
Expand description

Through this endpoint customers can fetch the last mined XRP block in the blockchain, along with its details. These could include the hash of the specific, the previous and the next block, its transactions count, its height, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn’t unified.