Translations: Voting System/20/en

From ArdorDocs
Jump to: navigation, search

Get Poll Result Example

http://localhost:27876/nxt?
  requestType=getPollResult&
  chain=2&
  poll=16742897359122764363
{
 "votingModel": 0,
 "minBalance": "0",
 "options": [
  "Option 00",
  "Option 01",
  "Option 02"
 ],
 "finished": true,
 "poll": "16742897359122764363",
 "requestProcessingTime": 2,
 "minBalanceModel": 0,
 "results": [
  {
   "result": "3",
   "weight": "1"
  },
  {
   "result": "9",
   "weight": "2"
  },
  {
   "result": "9",
   "weight": "2"
  }
 ]
}