pub fn is_middle_transition_block(block_number: u64, epoch_height: u64) -> bool
Expand description
Returns true if the block number is in trasntion but not the transition block or the last block in the epoch.
This function is useful for determining if a proposal extending this QC must follow the special rules for transition blocks.