DPoPS Wallet RPC calls
This page contains every Wallet RPC calls related to DPoPS functions.
vote
$ curl -X POST http://localhost:18285/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"vote","params":{"delegate_data":"DELEGATES_NAME_OR_PUBLIC_ADDRESS","amount":"all"}}' -H 'Content-Type: application/json'
{
"id": "0",
"jsonrpc": "2.0",
"result": {
"vote_status": "success"
}
}delegate_register
delegate_update
revote
vote status
Last updated