getremoteproofs nodeid
Get the list of remote proofs for the given node id.
Arguments:
1. nodeid (numeric, required) The node identifier.
Result:
[ (json array)
{ (json object)
"proofid" : "hex", (string) The hex encoded proof identifier.
"present" : true|false, (boolean) Whether the node has the proof.
"last_update" : n (numeric) The last time this proof status was updated.
},
...
]
Examples:
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "getremoteproofs", "params": [<nodeid>]}' -H 'content-type: text/plain;' http://127.0.0.1:8332/