Translations:Asset Exchange/80/en

From ArdorDocs
Revision as of 18:34, 23 June 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Get Asset Phased Transactions Example

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

 requestType=getAssetPhasedTransactions&
 chain=2&
 asset=17091401215301664836

</syntaxhighlight>

<syntaxhighlight lang="bash"> {

"requestProcessingTime": 2,
"transactions": [
 {
  "signature": "803d3fad7076bfe3f48a8ced40bb7075539858bf2b9d23b7653671a7204e6108234d...",
  "transactionIndex": 0,
  "type": 0,
  "phased": true,
  "ecBlockId": "14167949999961480077",
  "signatureHash": "693b18675d813dcc2de1a889fd919d0c4a0eaa679df0b0f8b0ec703bc2e278d4",
  "attachment": {
   "phasingFinishHeight": 262450,
   "phasingHolding": "",
   "phasingQuorum": "500",
   "version.Phasing": 1,
   "phasingMinBalance": "100",
   "phasingMinBalanceModel": 2,
   "version.OrdinaryPayment": 0,
   "phasingVotingModel": 2
  },
  "senderRS": "ARDOR-4VDY-LNVT-LMAY-FMCKA",
  "subtype": 0,
  "amountNQT": "500000000",
  "recipientRS": "ARDOR-BMUV-8QQR-47VK-CR7F3",
  "block": "11015494088798322289",
  "blockTimestamp": 43957876,
  "deadline": 60,
  "timestamp": 43957682,
  "height": 262418,
  "senderPublicKey": "10f09c34f225d425306e5be55a4946908156072afbead4d574a512d7e086ef5c",
  "chain": 2,
  "feeNQT": "2100000000",
  "confirmations": 27,
  "fullHash": "e57462c46447f8bd7a0bafd9ab65bde8743ca6c13213185271d7ea6c48118861",
  "version": 1,
  "sender": "15295723609781267838",
  "recipient": "11580081983047651163",
  "ecBlockHeight": 262409,
  "transaction": "13688769565509711077"
 }
]

} </syntaxhighlight>