isReorganization property

bool get isReorganization

Whether this represents a blockchain reorganization

Implementation

bool get isReorganization => type == ChainTipEventType.reorganization;