Function cryptoapis::apis::unified_endpoints_api::get_latest_mined_block[][src]

pub async fn get_latest_mined_block(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    context: Option<&str>
) -> Result<GetLatestMinedBlockR, Error<GetLatestMinedBlockError>>
Expand description

Through this endpoint customers can fetch the last mined block in a specific blockchain network, along with its details. These could include the hash of the specific, the previous and the next block, its transactions count, its height, etc. Blockchain specific data is information such as version, nonce, size, bits, merkleroot, etc.