Exchange$json top-level constant

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

Implementation

@$core.Deprecated('Use exchangeDescriptor instead')
const Exchange$json = {
  '1': 'Exchange',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 12, '10': 'id'},
    {
      '1': 'pubkey',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.crypto.pb.PublicKey',
      '10': 'pubkey'
    },
  ],
};