EncodingHashParams$json top-level constant

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

Implementation

@$core.Deprecated('Use encodingHashParamsDescriptor instead')
const EncodingHashParams$json = {
  '1': 'EncodingHashParams',
  '2': [
    {'1': 'chain_id', '3': 1, '4': 1, '5': 12, '10': 'chainId'},
    {'1': 'code_address', '3': 2, '4': 1, '5': 9, '10': 'codeAddress'},
    {'1': 'code_name', '3': 3, '4': 1, '5': 9, '10': 'codeName'},
    {'1': 'code_version', '3': 4, '4': 1, '5': 9, '10': 'codeVersion'},
    {'1': 'type_hash', '3': 5, '4': 1, '5': 9, '10': 'typeHash'},
    {
      '1': 'domain_separator_hash',
      '3': 6,
      '4': 1,
      '5': 9,
      '10': 'domainSeparatorHash'
    },
  ],
};