ValidatorSigningInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use validatorSigningInfoDescriptor instead')
const ValidatorSigningInfo$json = const {
  '1': 'ValidatorSigningInfo',
  '2': const [
    const {'1': 'address', '3': 1, '4': 1, '5': 9, '10': 'address'},
    const {'1': 'start_height', '3': 2, '4': 1, '5': 3, '8': const {}, '10': 'startHeight'},
    const {'1': 'index_offset', '3': 3, '4': 1, '5': 3, '8': const {}, '10': 'indexOffset'},
    const {'1': 'jailed_until', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '8': const {}, '10': 'jailedUntil'},
    const {'1': 'tombstoned', '3': 5, '4': 1, '5': 8, '10': 'tombstoned'},
    const {'1': 'missed_blocks_counter', '3': 6, '4': 1, '5': 3, '8': const {}, '10': 'missedBlocksCounter'},
  ],
  '7': const {},
};