Skip to content
Proposal Management Interface

TRC100 Address QueryTry API

POST chain_tvm (TRC100 Address Query)
Return Values

Returns voting power and the minimum TC holding required for proposals.

Example Code
Request
{
"jsonrpc": "3.0",
"method": "chain_tvm",
"params": [
  "opcode=propose&subcode=trc100Addr&sliceno=0",
  "encryp=none"
],
"id": "aa80aa0c6bb0c7d81ac7e5b3"
}
Response
{
 "jsonrpc":  "3.0",
 "id":  "85c42ddbd83c301a0f1bdfc0",
 "result": {
   "ret":  "0",
   "err":  "",
   "content": {
     "trc_100_root_addr":  "0x2bff1665aef450f0d5a2681f5b2f3a5df00633a0",
     "trc_100_addr":  "0x8d5dd47712a9d4c7ebcb570498a30407fda9a19a",
     "slice_addr":  "0xb2b60dabde3f9acc042528d2665237ac36e23a2e",
     "lock_addr":  "0xeb93cc79834ff35f48d69324476c5c573dc2cdab",
     "propose_addr":  "0x1bd1c092d49548cceb295cf9d0e351c6489fb059",
     "static_addr":  "0x23ee58b0e6cca745a633ae9b4eaa87929b55c803",
     "cross_addr":  "0xc4bb216db77ea104bba866fd535456ce9bd65d2f"
  }
}
}

On this page