ValidatorSet$json top-level constant

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

Implementation

@$core.Deprecated('Use validatorSetDescriptor instead')
const ValidatorSet$json = {
  '1': 'ValidatorSet',
  '2': [
    {
      '1': 'total_stake',
      '3': 1,
      '4': 1,
      '5': 4,
      '9': 0,
      '10': 'totalStake',
      '17': true
    },
    {
      '1': 'active_validators',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.sui.rpc.v2.Validator',
      '10': 'activeValidators'
    },
    {
      '1': 'pending_active_validators',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.sui.rpc.v2.MoveTable',
      '9': 1,
      '10': 'pendingActiveValidators',
      '17': true
    },
    {'1': 'pending_removals', '3': 4, '4': 3, '5': 4, '10': 'pendingRemovals'},
    {
      '1': 'staking_pool_mappings',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.sui.rpc.v2.MoveTable',
      '9': 2,
      '10': 'stakingPoolMappings',
      '17': true
    },
    {
      '1': 'inactive_validators',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.sui.rpc.v2.MoveTable',
      '9': 3,
      '10': 'inactiveValidators',
      '17': true
    },
    {
      '1': 'validator_candidates',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.sui.rpc.v2.MoveTable',
      '9': 4,
      '10': 'validatorCandidates',
      '17': true
    },
    {
      '1': 'at_risk_validators',
      '3': 8,
      '4': 3,
      '5': 11,
      '6': '.sui.rpc.v2.ValidatorSet.AtRiskValidatorsEntry',
      '10': 'atRiskValidators'
    },
    {
      '1': 'extra_fields',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.sui.rpc.v2.MoveTable',
      '9': 5,
      '10': 'extraFields',
      '17': true
    },
  ],
  '3': [ValidatorSet_AtRiskValidatorsEntry$json],
  '8': [
    {'1': '_total_stake'},
    {'1': '_pending_active_validators'},
    {'1': '_staking_pool_mappings'},
    {'1': '_inactive_validators'},
    {'1': '_validator_candidates'},
    {'1': '_extra_fields'},
  ],
};