ValidatorSlashEventRecord$json top-level constant

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

Implementation

@$core.Deprecated('Use validatorSlashEventRecordDescriptor instead')
const ValidatorSlashEventRecord$json = const {
  '1': 'ValidatorSlashEventRecord',
  '2': const [
    const {'1': 'validator_address', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'validatorAddress'},
    const {'1': 'height', '3': 2, '4': 1, '5': 4, '10': 'height'},
    const {'1': 'period', '3': 3, '4': 1, '5': 4, '10': 'period'},
    const {'1': 'validator_slash_event', '3': 4, '4': 1, '5': 11, '6': '.cosmos.distribution.v1beta1.ValidatorSlashEvent', '8': const {}, '10': 'validatorSlashEvent'},
  ],
  '7': const {},
};