ContractCallDecodingInput$json top-level constant

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

Implementation

@$core.Deprecated('Use contractCallDecodingInputDescriptor instead')
const ContractCallDecodingInput$json = {
  '1': 'ContractCallDecodingInput',
  '2': [
    {'1': 'encoded', '3': 1, '4': 1, '5': 12, '10': 'encoded'},
    {
      '1': 'smart_contract_abi_json',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'smartContractAbiJson'
    },
  ],
};