Translations:Accounts/131/en

From ArdorDocs
Revision as of 18:33, 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 Voter Phased Transactions Example

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

 requestType=getVoterPhasedTransactions&
 chain=2&
 account=15295723609781267838

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"requestProcessingTime": 1,
"transactions": [
 {
  "signature": "e527fce6591049b61d232ebbf4171319ae4e208f34d8a055ffb09f07dec7d9033527...",
  "transactionIndex": 0,
  "type": 0,
  "fxtTransaction": "3631739759413271110",
  "phased": true,
  "ecBlockId": "13625660527605830055",
  "signatureHash": "2a3cc644b1cb48130a172de92a418d48522b45a25a36d4d48c2347f032e430ab",
  "attachment": {
   "phasingFinishHeight": 263850,
   "phasingHolding": "0",
   "phasingQuorum": "2",
   "version.Phasing": 1,
   "phasingWhitelist": [
    "11580081983047651163",
    "15295723609781267838"
   ],
   "phasingMinBalance": "0",
   "phasingMinBalanceModel": 0,
   "version.OrdinaryPayment": 0,
   "phasingVotingModel": 0
  },
  "senderRS": "ARDOR-4VDY-LNVT-LMAY-FMCKA",
  "subtype": 0,
  "amountNQT": "1100000000",
  "recipientRS": "ARDOR-BMUV-8QQR-47VK-CR7F3",
  "block": "16550954176569210781",
  "blockTimestamp": 44074579,
  "deadline": 1440,
  "timestamp": 44074556,
  "height": 263813,
  "senderPublicKey": "10f09c34f225d425306e5be55a4946908156072afbead4d574a512d7e086ef5c",
  "chain": 2,
  "feeNQT": "200000000",
  "confirmations": 0,
  "fullHash": "b54a7e14c910e0750af0b29c0328347e27411dbe5d158d5d358ee2165b781968",
  "version": 1,
  "sender": "15295723609781267838",
  "recipient": "11580081983047651163",
  "ecBlockHeight": 263804,
  "transaction": "8493807353039047349"
 }
]

} </syntaxhighlight>