pub trait BlockTip: Fn(SynchronizationState, BlockHash) { }
The chain’s tip was updated to the provided block hash.