CreateSmartContract$json top-level constant

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

Implementation

@$core.Deprecated('Use createSmartContractDescriptor instead')
const CreateSmartContract$json = const {
  '1': 'CreateSmartContract',
  '2': const [
    const {'1': 'owner_address', '3': 1, '4': 1, '5': 12, '10': 'ownerAddress'},
    const {
      '1': 'new_contract',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.protocol.SmartContract',
      '10': 'newContract'
    },
    const {
      '1': 'call_token_value',
      '3': 3,
      '4': 1,
      '5': 3,
      '10': 'callTokenValue'
    },
    const {'1': 'token_id', '3': 4, '4': 1, '5': 3, '10': 'tokenId'},
  ],
};