Skip to content
Proposal Management Interface

Query Vote InformationTry API

POST chain_tvm (Query Vote Information)
Parameters

type: same as above

Example Code
Request
{
"jsonrpc": "3.0",
"method": "chain_tvm",
"params": [
  "opcode=propose&subcode=queryVote&type=0&sliceno=0",
  "encryp=none"
],
"id": "aa80aa0c6bb0c7d81ac7e5b3"
}
Response
{
 "jsonrpc":  "3.0",
 "id":  "1726b2be8fef1ec6fa30ada2",
 "result": {
   "ret":  "0",
   "err":  "",
   "content": {
     "Pass":  1,
     "Disagree":  0,
     "PassTC":  523843176,
     "DisagreeTC":  0
  }
}
}

On this page