tipEvents property
Stream<ChainTipEvent>
get
tipEvents
Events when chain tip changes
Implementation
Stream<ChainTipEvent> get tipEvents => _eventController.stream;
Events when chain tip changes
Stream<ChainTipEvent> get tipEvents => _eventController.stream;