SmartContract_ABI_Entry$json top-level constant

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

Implementation

@$core.Deprecated('Use smartContractDescriptor instead')
const SmartContract_ABI_Entry$json = const {
  '1': 'Entry',
  '2': const [
    const {'1': 'anonymous', '3': 1, '4': 1, '5': 8, '10': 'anonymous'},
    const {'1': 'constant', '3': 2, '4': 1, '5': 8, '10': 'constant'},
    const {'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
    const {
      '1': 'inputs',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.protocol.SmartContract.ABI.Entry.Param',
      '10': 'inputs'
    },
    const {
      '1': 'outputs',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.protocol.SmartContract.ABI.Entry.Param',
      '10': 'outputs'
    },
    const {
      '1': 'type',
      '3': 6,
      '4': 1,
      '5': 14,
      '6': '.protocol.SmartContract.ABI.Entry.EntryType',
      '10': 'type'
    },
    const {'1': 'payable', '3': 7, '4': 1, '5': 8, '10': 'payable'},
    const {
      '1': 'stateMutability',
      '3': 8,
      '4': 1,
      '5': 14,
      '6': '.protocol.SmartContract.ABI.Entry.StateMutabilityType',
      '10': 'stateMutability'
    },
  ],
  '3': const [SmartContract_ABI_Entry_Param$json],
  '4': const [
    SmartContract_ABI_Entry_EntryType$json,
    SmartContract_ABI_Entry_StateMutabilityType$json
  ],
};