Translations:Asset Exchange/10/en

From ArdorDocs
Jump to: navigation, search

Delete Asset Property Example

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

 requestType=deleteAssetProperty&
 chain=2&
 asset=10982263251111884451&
 property=isIdentified&
 setter=ARDOR-X8ZN-WUJ2-SXY3-FBUYC
 secretPhrase=IWontTellYou

</syntaxhighlight>

<syntaxhighlight lang="json"> {

   "minimumFeeFQT": "10000000",
   "signatureHash": "c6039bd2a6d00b9f0960bf1fcd7e1e5f44cf121a7f3478a08f4ed848d01b6273",
   "transactionJSON": {
       "senderPublicKey": "df21142bd38c04bd5c5c342c6ca36802f9de89b75b2a0a8cbd32d29dca481e5c",
       "chain": 2,
       "signature": "b88c933d9fd1e325738ddf0769e2cda0deddaed8a1607f3b3597843504dd770c6dfa848a8060dc190237983365e31b3dfd247336172877f982c1ddd955dd16dd",
       "feeNQT": "1000000",
       "type": 2,
       "fullHash": "02e3382805554d9caef831ebadd27acb8d689590ae813a5fab75e37004b29d7e",
       "version": 1,
       "fxtTransaction": "0",
       "phased": false,
       "ecBlockId": "12919444854690185600",
       "signatureHash": "c6039bd2a6d00b9f0960bf1fcd7e1e5f44cf121a7f3478a08f4ed848d01b6273",
       "attachment": {
           "property": "isIdentified",
           "asset": "-7464480822597667165",
           "version.AssetPropertyDelete": 1,
           "value": "true"
       },
       "senderRS": "ARDOR-X8ZN-WUJ2-SXY3-FBUYC",
       "subtype": 10,
       "amountNQT": "0",
       "sender": "15382970207090678772",
       "recipientRS": "ARDOR-X8ZN-WUJ2-SXY3-FBUYC",
       "recipient": "15382970207090678772",
       "ecBlockHeight": 449282,
       "deadline": 15,
       "timestamp": 26856670,
       "height": 2147483647
   },
   "unsignedTransactionBytes": "02000000020a01decc99010f00df21142bd38c04bd5c5c342c6ca36802f9de89b75b2a0a8cbd32d29dca481e5cf49b0ea0e6497bd5000000000000000040420f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002db060080810e2ba5164bb30000000001a3b659883dd668980c69734964656e7469666965640474727565000000000000000000000000000000000000000000000000000000000000000000000000",
   "broadcasted": false,
   "requestProcessingTime": 5,
   "transactionBytes": "02000000020a01decc99010f00df21142bd38c04bd5c5c342c6ca36802f9de89b75b2a0a8cbd32d29dca481e5cf49b0ea0e6497bd5000000000000000040420f0000000000b88c933d9fd1e325738ddf0769e2cda0deddaed8a1607f3b3597843504dd770c6dfa848a8060dc190237983365e31b3dfd247336172877f982c1ddd955dd16dd02db060080810e2ba5164bb30000000001a3b659883dd668980c69734964656e7469666965640474727565000000000000000000000000000000000000000000000000000000000000000000000000",
   "fullHash": "02e3382805554d9caef831ebadd27acb8d689590ae813a5fab75e37004b29d7e",
   "bundlerRateNQTPerFXT": "10000000"

} </syntaxhighlight>