pub trait WaitForNotificationsIfTipChanged {
    fn wait_for_notifications_if_tip_changed(&mut self, old_tip: &u256);
}

Required Methods§

| Wait for pending notifications to be | processed unless block hash points | to the current chain tip. |

Implementors§