Function sc_finality_grandpa::find_forced_change
source · pub fn find_forced_change<B: BlockT>(
header: &B::Header
) -> Option<(NumberFor<B>, ScheduledChange<NumberFor<B>>)>
Expand description
Checks the given header for a consensus digest signalling a forced scheduled change and extracts it.