isReorganization property
bool
get
isReorganization
Whether this represents a blockchain reorganization
Implementation
bool get isReorganization => type == ChainTipEventType.reorganization;
Whether this represents a blockchain reorganization
bool get isReorganization => type == ChainTipEventType.reorganization;