Documentation exported from Syscoin Core 4.2.0

gobject_list_prepared (4.2.0 RPC)

blockchain

control

evo

evowallet

generating

governance

governancewallet

masternode

mining

network

rawtransactions

syscoin

syscoinwallet

util

wallet

zmq

gobject_list_prepared ( count )

Returns a list of governance objects prepared by this wallet with "gobject_prepare" sorted by their creation time.

Arguments:
1. count    (numeric) Maximum number of objects to return.

Result:
null    (json null)

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