QueryValidatorSlashesRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use queryValidatorSlashesRequestDescriptor instead')
const QueryValidatorSlashesRequest$json = {
  '1': 'QueryValidatorSlashesRequest',
  '2': [
    {'1': 'validator_address', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'validatorAddress'},
    {'1': 'starting_height', '3': 2, '4': 1, '5': 4, '10': 'startingHeight'},
    {'1': 'ending_height', '3': 3, '4': 1, '5': 4, '10': 'endingHeight'},
    {'1': 'pagination', '3': 4, '4': 1, '5': 11, '6': '.cosmos.base.query.v1beta1.PageRequest', '10': 'pagination'},
  ],
  '7': {},
};