networkHeight property
int
get
networkHeight
Current network height (best tip height)
Implementation
int get networkHeight => _bestTip?.height ?? 0;
Current network height (best tip height)
int get networkHeight => _bestTip?.height ?? 0;