RequestWithdrawStake$json top-level constant

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

Implementation

@$core.Deprecated('Use requestWithdrawStakeDescriptor instead')
const RequestWithdrawStake$json = {
  '1': 'RequestWithdrawStake',
  '2': [
    {
      '1': 'staked_sui',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.TW.Sui.Proto.ObjectRef',
      '10': 'stakedSui'
    },
    {
      '1': 'gas',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.TW.Sui.Proto.ObjectRef',
      '10': 'gas'
    },
  ],
};