Documentation exported from Syscoin Core 4.2.0

gobject_check (4.2.0 RPC)

blockchain

control

evo

evowallet

generating

governance

governancewallet

masternode

mining

network

rawtransactions

syscoin

syscoinwallet

util

wallet

zmq

gobject_check "hex_data"

Validate governance object data (proposal only)

Arguments:
1. hex_data    (string, required) Data in hex string form.

Result:
null    (json null)

Examples:
> syscoin-cli gobject_check 
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "gobject_check", "params": []}' -H 'content-type: text/plain;' http://127.0.0.1:8370/