SystemParameters$json top-level constant

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

Implementation

@$core.Deprecated('Use systemParametersDescriptor instead')
const SystemParameters$json = {
  '1': 'SystemParameters',
  '2': [
    {
      '1': 'epoch_duration_ms',
      '3': 1,
      '4': 1,
      '5': 4,
      '9': 0,
      '10': 'epochDurationMs',
      '17': true
    },
    {
      '1': 'stake_subsidy_start_epoch',
      '3': 2,
      '4': 1,
      '5': 4,
      '9': 1,
      '10': 'stakeSubsidyStartEpoch',
      '17': true
    },
    {
      '1': 'min_validator_count',
      '3': 3,
      '4': 1,
      '5': 4,
      '9': 2,
      '10': 'minValidatorCount',
      '17': true
    },
    {
      '1': 'max_validator_count',
      '3': 4,
      '4': 1,
      '5': 4,
      '9': 3,
      '10': 'maxValidatorCount',
      '17': true
    },
    {
      '1': 'min_validator_joining_stake',
      '3': 5,
      '4': 1,
      '5': 4,
      '9': 4,
      '10': 'minValidatorJoiningStake',
      '17': true
    },
    {
      '1': 'validator_low_stake_threshold',
      '3': 6,
      '4': 1,
      '5': 4,
      '9': 5,
      '10': 'validatorLowStakeThreshold',
      '17': true
    },
    {
      '1': 'validator_very_low_stake_threshold',
      '3': 7,
      '4': 1,
      '5': 4,
      '9': 6,
      '10': 'validatorVeryLowStakeThreshold',
      '17': true
    },
    {
      '1': 'validator_low_stake_grace_period',
      '3': 8,
      '4': 1,
      '5': 4,
      '9': 7,
      '10': 'validatorLowStakeGracePeriod',
      '17': true
    },
    {
      '1': 'extra_fields',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.sui.rpc.v2.MoveTable',
      '9': 8,
      '10': 'extraFields',
      '17': true
    },
  ],
  '8': [
    {'1': '_epoch_duration_ms'},
    {'1': '_stake_subsidy_start_epoch'},
    {'1': '_min_validator_count'},
    {'1': '_max_validator_count'},
    {'1': '_min_validator_joining_stake'},
    {'1': '_validator_low_stake_threshold'},
    {'1': '_validator_very_low_stake_threshold'},
    {'1': '_validator_low_stake_grace_period'},
    {'1': '_extra_fields'},
  ],
};