kernel_block_undo_read

Function kernel_block_undo_read 

Source
pub unsafe extern "C" fn kernel_block_undo_read(
    context: *const kernel_Context,
    chainstate_manager: *mut kernel_ChainstateManager,
    block_index: *const kernel_BlockIndex,
) -> *mut kernel_BlockUndo
Expand description

@brief Reads the block undo data the passed in block index points to from disk and returns it.

@param[in] context Non-null. @param[in] chainstate_manager Non-null. @param[in] block_index Non-null. @return The read out block undo data, or null on error.