ReadAllContactsRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use readAllContactsRequestDescriptor instead')
const ReadAllContactsRequest$json = {
  '1': 'ReadAllContactsRequest',
  '2': [
    {'1': 'chainId', '3': 1, '4': 1, '5': 9, '10': 'chainId'},
    {
      '1': 'lastFetchTimestampUTC',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'lastFetchTimestampUTC'
    },
    {'1': 'offset', '3': 3, '4': 1, '5': 5, '10': 'offset'},
    {'1': 'limit', '3': 4, '4': 1, '5': 5, '10': 'limit'},
    {'1': 'query', '3': 5, '4': 1, '5': 9, '10': 'query'},
    {'1': 'statusFilter', '3': 6, '4': 1, '5': 5, '10': 'statusFilter'},
  ],
};