ValidatorInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use validatorInfoDescriptor instead')
const ValidatorInfo$json = const {
  '1': 'ValidatorInfo',
  '2': const [
    const {'1': 'hash', '3': 1, '4': 1, '5': 9, '10': 'hash'},
    const {'1': 'data', '3': 2, '4': 1, '5': 9, '10': 'data'},
    const {'1': 'public_key', '3': 3, '4': 1, '5': 9, '10': 'publicKey'},
    const {'1': 'number', '3': 4, '4': 1, '5': 5, '10': 'number'},
    const {'1': 'stake', '3': 5, '4': 1, '5': 3, '10': 'stake'},
    const {
      '1': 'last_bonding_height',
      '3': 6,
      '4': 1,
      '5': 13,
      '10': 'lastBondingHeight'
    },
    const {
      '1': 'last_sortition_height',
      '3': 7,
      '4': 1,
      '5': 13,
      '10': 'lastSortitionHeight'
    },
    const {
      '1': 'unbonding_height',
      '3': 8,
      '4': 1,
      '5': 13,
      '10': 'unbondingHeight'
    },
    const {'1': 'address', '3': 9, '4': 1, '5': 9, '10': 'address'},
    const {
      '1': 'availability_score',
      '3': 10,
      '4': 1,
      '5': 1,
      '10': 'availabilityScore'
    },
  ],
};