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

Required Methods§

source

fn wait_for_notifications_if_tip_changed(&mut self, old_tip: &u256)

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

Implementors§