NetworkServiceBase$messageJson top-level constant

  1. @Deprecated('Use networkServiceDescriptor instead')
Map<String, Map<String, dynamic>> const NetworkServiceBase$messageJson

Implementation

@$core.Deprecated('Use networkServiceDescriptor instead')
const $core.Map<$core.String, $core.Map<$core.String, $core.dynamic>>
    NetworkServiceBase$messageJson = const {
  '.pactus.GetNetworkInfoRequest': GetNetworkInfoRequest$json,
  '.pactus.GetNetworkInfoResponse': GetNetworkInfoResponse$json,
  '.pactus.PeerInfo': PeerInfo$json,
  '.pactus.MetricInfo': MetricInfo$json,
  '.pactus.CounterInfo': CounterInfo$json,
  '.pactus.MetricInfo.MessageSentEntry': MetricInfo_MessageSentEntry$json,
  '.pactus.MetricInfo.MessageReceivedEntry':
      MetricInfo_MessageReceivedEntry$json,
  '.pactus.GetNodeInfoRequest': GetNodeInfoRequest$json,
  '.pactus.GetNodeInfoResponse': GetNodeInfoResponse$json,
  '.pactus.ConnectionInfo': ConnectionInfo$json,
  '.pactus.ZMQPublisherInfo': ZMQPublisherInfo$json,
};