ProtocolVersion$json top-level constant

  1. @Deprecated('Use protocolVersionDescriptor instead')
Map<String, Object> const ProtocolVersion$json

Implementation

@$core.Deprecated('Use protocolVersionDescriptor instead')
const ProtocolVersion$json = const {
  '1': 'ProtocolVersion',
  '2': const [
    const {'1': 'p2p', '3': 1, '4': 1, '5': 4, '8': const {}, '10': 'p2p'},
    const {'1': 'block', '3': 2, '4': 1, '5': 4, '10': 'block'},
    const {'1': 'app', '3': 3, '4': 1, '5': 4, '10': 'app'},
  ],
};