AccountPaginated$json top-level constant

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

Implementation

@$core.Deprecated('Use accountPaginatedDescriptor instead')
const AccountPaginated$json = const {
  '1': 'AccountPaginated',
  '2': const [
    const {
      '1': 'account',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.protocol.Account',
      '10': 'account'
    },
    const {'1': 'offset', '3': 2, '4': 1, '5': 3, '10': 'offset'},
    const {'1': 'limit', '3': 3, '4': 1, '5': 3, '10': 'limit'},
  ],
};