Translations:Accounts/159/en

From ArdorDocs
Jump to: navigation, search

Delete Contract Reference Example

<syntaxhighlight lang="bash"> http://localhost:27876/nxt?

 chain=2&
 requestType=deleteContractReference&
 contractName=HelloWorld&
 secretPhrase=iWontTellYou&
 feeNQT=-1&
 feeRateNQTPerFXT=-1

</syntaxhighlight>

<syntaxhighlight lang="json"> {

   "minimumFeeFQT": "1000000",
   "signatureHash": "3f02544a0a58f1bf8a8c34aa1f41869d498358b41ec1598832b11cec6185f7b5",
   "transactionJSON": {
       "senderPublicKey": "df21142bd38c04bd5c5c342c6ca36802f9de89b75b2a0a8cbd32d29dca481e5c",
       "chain": 2,
       "signature": "cacc1c4d3bfa6b27c080f6f0950b99c7b80eb2892862f4d595f20c79b1ac570c6c938e7242f6c30c7761216d050d366d514af63f4fa2e9b3de4adcc52960aad3",
       "feeNQT": "100000",
       "type": 12,
       "fullHash": "f0ea6d68dd6a5a98d7ebb90628a6651cb50fc3f8472a6632c3af335d6c908ac4",
       "version": 1,
       "fxtTransaction": "0",
       "phased": false,
       "ecBlockId": "2500202528731563913",
       "signatureHash": "3f02544a0a58f1bf8a8c34aa1f41869d498358b41ec1598832b11cec6185f7b5",
       "attachment": {
           "contractReference": "3840654910244209564",
           "version.ContractReferenceDelete": 1
       },
       "senderRS": "ARDOR-X8ZN-WUJ2-SXY3-FBUYC",
       "subtype": 1,
       "amountNQT": "0",
       "sender": "15382970207090678772",
       "ecBlockHeight": 399638,
       "deadline": 15,
       "timestamp": 23765974,
       "height": 2147483647
   },
   "unsignedTransactionBytes": "020000000c0101d6a36a010f00df21142bd38c04bd5c5c342c6ca36802f9de89b75b2a0a8cbd32d29dca481e5c00000000000000000000000000000000a086010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001619060089079407f480b22200000000019c43f7cd4abf4c35000000000000000000000000000000000000000000000000000000000000000000000000",
   "broadcasted": false,
   "requestProcessingTime": 4,
   "transactionBytes": "020000000c0101d6a36a010f00df21142bd38c04bd5c5c342c6ca36802f9de89b75b2a0a8cbd32d29dca481e5c00000000000000000000000000000000a086010000000000cacc1c4d3bfa6b27c080f6f0950b99c7b80eb2892862f4d595f20c79b1ac570c6c938e7242f6c30c7761216d050d366d514af63f4fa2e9b3de4adcc52960aad31619060089079407f480b22200000000019c43f7cd4abf4c35000000000000000000000000000000000000000000000000000000000000000000000000",
   "fullHash": "f0ea6d68dd6a5a98d7ebb90628a6651cb50fc3f8472a6632c3af335d6c908ac4",
   "bundlerRateNQTPerFXT": "10000000"

} </syntaxhighlight>