Translations: Digital Goods Store/57/en

From ArdorDocs
Jump to: navigation, search

Get DGS Goods Purchases Example

http://localhost:27876/nxt?
  requestType=getDGSGoodsPurchases&
  chain=2&
  goods=11813734897437346473
{
 "purchases": [
  {
   "seller": "15323192282528158131",
   "quantity": 2,
   "pending": false,
   "purchase": "3723760852542296589",
   "goods": "11813734897437346473",
   "sellerRS": "ARDOR-L6FM-89WK-VK8P-FCRBB",
   "buyer": "7580519603555678830",
   "priceNQT": "200000000",
   "deliveryDeadlineTimestamp": 31600000,
   "goodsIsText": false,
   "buyerRS": "ARDOR-6GMG-FC5F-YSX6-8CVEL",
   "name": "Test Product",
   "goodsData": {
    "data": "aef91bfe543844964b0dadc51c6fe4c624b6b0c72c23c5c61f7e626f51e15...",
    "nonce": "4cb474ec53a590c6fd20d050c429d009ddefd286b2782eb3a0782ae45c2bbbbd"
   },
   "timestamp": 31520720
  }
 ],
 "requestProcessingTime": 305
}