Function kernel_block_index_get_block_hash

Source
pub unsafe extern "C" fn kernel_block_index_get_block_hash(
    block_index: *const kernel_BlockIndex,
) -> *mut kernel_BlockHash
Expand description

@brief Return the block hash associated with a block index.

@param[in] block_index Non-null. @return The block hash.