tipEvents property

Stream<ChainTipEvent> get tipEvents

Events when chain tip changes

Implementation

Stream<ChainTipEvent> get tipEvents => _eventController.stream;