ChainTipEvent constructor
ChainTipEvent({
- ChainTip? oldTip,
- required ChainTip newTip,
- required ChainTipEventType type,
- String? triggeringPeer,
- required String description,
Implementation
ChainTipEvent({
this.oldTip,
required this.newTip,
required this.type,
this.triggeringPeer,
required this.description,
});