ChainTip constructor
ChainTip({})
Implementation
ChainTip({
required this.blockHash,
required this.height,
required this.lastUpdated,
required this.peerCount,
required this.confidence,
required this.reportingPeers,
});