AbiError$json top-level constant

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

Implementation

@$core.Deprecated('Use abiErrorDescriptor instead')
const AbiError$json = {
  '1': 'AbiError',
  '2': [
    {'1': 'OK', '2': 0},
    {'1': 'Error_internal', '2': 1},
    {'1': 'Error_abi_mismatch', '2': 2},
    {'1': 'Error_invalid_abi', '2': 3},
    {'1': 'Error_invalid_param_type', '2': 4},
    {'1': 'Error_invalid_address_value', '2': 5},
    {'1': 'Error_invalid_uint_value', '2': 6},
    {'1': 'Error_missing_param_type', '2': 7},
    {'1': 'Error_missing_param_value', '2': 8},
    {'1': 'Error_decoding_data', '2': 9},
    {'1': 'Error_empty_type', '2': 10},
  ],
};