Documentation exported from Syscoin Core 4.4.0

gobject_submit (4.4.0 RPC)

blockchain

control

evo

evowallet

governance

governancewallet

masternode

mining

network

rawtransactions

signer

syscoin

syscoinwallet

util

wallet

zmq

gobject_submit "parentHash" revision time "dataHex" ( "feeTxid" )

Submit governance object to network

Arguments:
1. parentHash    (string, required) Hash of the parent object, "0" is root.
2. revision      (numeric, required) Object revision in the system.
3. time          (numeric, required) Time this object was created.
4. dataHex       (string, required) Data in hex string form.
5. feeTxid       (string, optional) Fee-tx id, required for all objects except triggers.

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