Pay$json top-level constant

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

Implementation

@$core.Deprecated('Use payDescriptor instead')
const Pay$json = {
  '1': 'Pay',
  '2': [
    {
      '1': 'input_coins',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.TW.Sui.Proto.ObjectRef',
      '10': 'inputCoins'
    },
    {'1': 'recipients', '3': 2, '4': 3, '5': 9, '10': 'recipients'},
    {'1': 'amounts', '3': 3, '4': 3, '5': 4, '10': 'amounts'},
    {
      '1': 'gas',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.TW.Sui.Proto.ObjectRef',
      '10': 'gas'
    },
  ],
};