RequestAddStake$json top-level constant

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

Implementation

@$core.Deprecated('Use requestAddStakeDescriptor instead')
const RequestAddStake$json = {
  '1': 'RequestAddStake',
  '2': [
    {
      '1': 'coins',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.TW.Sui.Proto.ObjectRef',
      '10': 'coins'
    },
    {
      '1': 'amount',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.TW.Sui.Proto.Amount',
      '10': 'amount'
    },
    {'1': 'validator', '3': 3, '4': 1, '5': 9, '10': 'validator'},
    {
      '1': 'gas',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.TW.Sui.Proto.ObjectRef',
      '10': 'gas'
    },
  ],
};