NodeStateSnapshot constructor
Implementation
const NodeStateSnapshot({
required this.epoch,
required this.servePublications,
required this.funnelForwarders,
required this.httpBindings,
required this.tcpListeners,
required this.udpBridges,
required this.transportCached,
});