Token$json top-level constant

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

Implementation

@$core.Deprecated('Use tokenDescriptor instead')
const Token$json = {
  '1': 'Token',
  '2': [
    {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    {'1': 'boolean', '3': 2, '4': 1, '5': 8, '9': 0, '10': 'boolean'},
    {
      '1': 'number_int',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.TW.EthereumAbi.Proto.NumberNParam',
      '9': 0,
      '10': 'numberInt'
    },
    {
      '1': 'number_uint',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.TW.EthereumAbi.Proto.NumberNParam',
      '9': 0,
      '10': 'numberUint'
    },
    {'1': 'string_value', '3': 7, '4': 1, '5': 9, '9': 0, '10': 'stringValue'},
    {'1': 'address', '3': 8, '4': 1, '5': 9, '9': 0, '10': 'address'},
    {'1': 'byte_array', '3': 9, '4': 1, '5': 12, '9': 0, '10': 'byteArray'},
    {
      '1': 'byte_array_fix',
      '3': 10,
      '4': 1,
      '5': 12,
      '9': 0,
      '10': 'byteArrayFix'
    },
    {
      '1': 'array',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.TW.EthereumAbi.Proto.ArrayParam',
      '9': 0,
      '10': 'array'
    },
    {
      '1': 'fixed_array',
      '3': 15,
      '4': 1,
      '5': 11,
      '6': '.TW.EthereumAbi.Proto.ArrayParam',
      '9': 0,
      '10': 'fixedArray'
    },
    {
      '1': 'tuple',
      '3': 19,
      '4': 1,
      '5': 11,
      '6': '.TW.EthereumAbi.Proto.TupleParam',
      '9': 0,
      '10': 'tuple'
    },
  ],
  '8': [
    {'1': 'token'},
  ],
};