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

pub async fn get_block_details_by_block_hash(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    block_hash: &str,
    context: Option<&str>
) -> Result<GetBlockDetailsByBlockHashR, Error<GetBlockDetailsByBlockHashError>>
Expand description

Through this endpoint customers can obtain basic information about a given mined block, specifically by using the hash parameter. These block details 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.