Skip to content
Proposal Management Interface

Query ProposalTry API

POST chain_tvm (Query Proposal)
Parameters

type: same as above

Example Code
Request
{
"jsonrpc": "3.0",
"method": "chain_tvm",
"params": [
  "opcode=propose&subcode=queryPropose&type=0&sliceno=0",
  "encryp=none"
],
"id": "aa80aa0c6bb0c7d81ac7e5b3"
}
Response
{
 "jsonrpc":  "3.0",
 "id":  "53d8f08dbd01b459f83d3101",
 "result": {
   "ret":  "0",
   "err":  "",
   "content": {
     "Submit":  "0x35f4646842fc5fe208b7d3fab125c8542be88324",
     "Status":  false,
     "No":  4,
     "ContentAddr":  "0x22d728a900c13800f19d31f300c4ad65576c4200",
     "Mark":  "00c13800f19d31f300c4ad65576",
     "Days":  7,
     "Timeval":  1727226885526038300,
     "VoteStatus":  false
  }
}
}

On this page