ContractCallDecodingOutput$json top-level constant

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

Implementation

@$core.Deprecated('Use contractCallDecodingOutputDescriptor instead')
const ContractCallDecodingOutput$json = {
  '1': 'ContractCallDecodingOutput',
  '2': [
    {'1': 'decoded_json', '3': 1, '4': 1, '5': 9, '10': 'decodedJson'},
    {
      '1': 'tokens',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.TW.EthereumAbi.Proto.Token',
      '10': 'tokens'
    },
    {
      '1': 'error',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.TW.EthereumAbi.Proto.AbiError',
      '10': 'error'
    },
    {'1': 'error_message', '3': 4, '4': 1, '5': 9, '10': 'errorMessage'},
  ],
};