Function hotshot_types::utils::is_last_block_in_epoch

source ยท
pub fn is_last_block_in_epoch(block_number: u64, epoch_height: u64) -> bool
Expand description

Returns true if the given block number is the last in the epoch based on the given epoch height.