getrawavalancheproof "proofid"
Lookup for a known avalanche proof by id.
Arguments:
1. proofid (string, required) The hex encoded avalanche proof identifier.
Result:
{ (json object)
"proof" : "hex", (string) The hex encoded proof matching the identifier.
"orphan" : true|false (boolean) Whether the proof is an orphan.
}
Examples:
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "getrawavalancheproof", "params": [<proofid>]}' -H 'content-type: text/plain;' http://127.0.0.1:8332/