Translations:Accounts/120/en

From ArdorDocs
Jump to: navigation, search

Get Polls Example

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

 requestType=getPolls&
 chain=2&
 lastIndex=0

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"polls": [
 {
  "minRangeValue": 0,
  "votingModel": 3,
  "description": "Should we start fully backing Credits with something tangible?",
  "finished": false,
  "poll": "10307833923604182368",
  "minNumberOfOptions": 1,
  "holding": "415923435949896799",
  "minBalance": "1000000000",
  "accountRS": "ARDOR-3BCV-8Q5G-9NP6-576DP",
  "name": "CRDTS owners poll",
  "options": [
   "Yes",
   "No",
   "go for fractional reserve backing"
  ],
  "finishHeight": 260218,
  "maxNumberOfOptions": 1,
  "minBalanceModel": 3,
  "account": "4227900615136683355",
  "maxRangeValue": 1
 }
],
"requestProcessingTime": 0

} </syntaxhighlight>