ValidatorHistoricalRewardsRecord$json top-level constant

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

Implementation

@$core.Deprecated('Use validatorHistoricalRewardsRecordDescriptor instead')
const ValidatorHistoricalRewardsRecord$json = const {
  '1': 'ValidatorHistoricalRewardsRecord',
  '2': const [
    const {'1': 'validator_address', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'validatorAddress'},
    const {'1': 'period', '3': 2, '4': 1, '5': 4, '10': 'period'},
    const {'1': 'rewards', '3': 3, '4': 1, '5': 11, '6': '.cosmos.distribution.v1beta1.ValidatorHistoricalRewards', '8': const {}, '10': 'rewards'},
  ],
  '7': const {},
};