TriggerSmartContract$json top-level constant

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

Implementation

@$core.Deprecated('Use triggerSmartContractDescriptor instead')
const TriggerSmartContract$json = const {
  '1': 'TriggerSmartContract',
  '2': const [
    const {'1': 'owner_address', '3': 1, '4': 1, '5': 9, '10': 'ownerAddress'},
    const {
      '1': 'contract_address',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'contractAddress'
    },
    const {'1': 'call_value', '3': 3, '4': 1, '5': 3, '10': 'callValue'},
    const {'1': 'data', '3': 4, '4': 1, '5': 12, '10': 'data'},
    const {
      '1': 'call_token_value',
      '3': 5,
      '4': 1,
      '5': 3,
      '10': 'callTokenValue'
    },
    const {'1': 'token_id', '3': 6, '4': 1, '5': 3, '10': 'tokenId'},
  ],
};