FunctionEncodingOutput$json top-level constant

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

Implementation

@$core.Deprecated('Use functionEncodingOutputDescriptor instead')
const FunctionEncodingOutput$json = {
  '1': 'FunctionEncodingOutput',
  '2': [
    {'1': 'function_type', '3': 1, '4': 1, '5': 9, '10': 'functionType'},
    {'1': 'encoded', '3': 2, '4': 1, '5': 12, '10': 'encoded'},
    {
      '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'},
  ],
};