Proposal Management Interface
Query Proposal PermissionTry API
POST
chain_tvm
(Query Proposal Permission)
Participating in a proposal registers proposer information in the proposal system.
Return Values
Returns voting power and the minimum TC holding required for proposals.
Example Code
{
"jsonrpc": "3.0",
"method": "chain_tvm",
"params": [
"opcode=propose&subcode=confiminfo&sliceno=0",
"encryp=none"
],
"id": "aa80aa0c6bb0c7d81ac7e5b3"
}{
"jsonrpc": "3.0",
"id": "0549ba3bcd009e224f07e837",
"result": {
"ret": "0",
"err": "",
"content": {
"LimitVote": 30000,
"LimitSubmit": 50000
}
}
}