StakingPool$json top-level constant

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

Implementation

@$core.Deprecated('Use stakingPoolDescriptor instead')
const StakingPool$json = {
  '1': 'StakingPool',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '9': 0, '10': 'id', '17': true},
    {
      '1': 'activation_epoch',
      '3': 2,
      '4': 1,
      '5': 4,
      '9': 1,
      '10': 'activationEpoch',
      '17': true
    },
    {
      '1': 'deactivation_epoch',
      '3': 3,
      '4': 1,
      '5': 4,
      '9': 2,
      '10': 'deactivationEpoch',
      '17': true
    },
    {
      '1': 'sui_balance',
      '3': 4,
      '4': 1,
      '5': 4,
      '9': 3,
      '10': 'suiBalance',
      '17': true
    },
    {
      '1': 'rewards_pool',
      '3': 5,
      '4': 1,
      '5': 4,
      '9': 4,
      '10': 'rewardsPool',
      '17': true
    },
    {
      '1': 'pool_token_balance',
      '3': 6,
      '4': 1,
      '5': 4,
      '9': 5,
      '10': 'poolTokenBalance',
      '17': true
    },
    {
      '1': 'exchange_rates',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.sui.rpc.v2.MoveTable',
      '9': 6,
      '10': 'exchangeRates',
      '17': true
    },
    {
      '1': 'pending_stake',
      '3': 8,
      '4': 1,
      '5': 4,
      '9': 7,
      '10': 'pendingStake',
      '17': true
    },
    {
      '1': 'pending_total_sui_withdraw',
      '3': 9,
      '4': 1,
      '5': 4,
      '9': 8,
      '10': 'pendingTotalSuiWithdraw',
      '17': true
    },
    {
      '1': 'pending_pool_token_withdraw',
      '3': 10,
      '4': 1,
      '5': 4,
      '9': 9,
      '10': 'pendingPoolTokenWithdraw',
      '17': true
    },
    {
      '1': 'extra_fields',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.sui.rpc.v2.MoveTable',
      '9': 10,
      '10': 'extraFields',
      '17': true
    },
  ],
  '8': [
    {'1': '_id'},
    {'1': '_activation_epoch'},
    {'1': '_deactivation_epoch'},
    {'1': '_sui_balance'},
    {'1': '_rewards_pool'},
    {'1': '_pool_token_balance'},
    {'1': '_exchange_rates'},
    {'1': '_pending_stake'},
    {'1': '_pending_total_sui_withdraw'},
    {'1': '_pending_pool_token_withdraw'},
    {'1': '_extra_fields'},
  ],
};