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. "immature" : true|false, (boolean) Whether the proof has immature utxos. "boundToPeer" : true|false, (boolean) Whether the proof is bound to an avalanche peer. "conflicting" : true|false, (boolean) Whether the proof has a conflicting UTXO with an avalanche peer. "finalized" : true|false (boolean) Whether the proof is finalized by vote. } 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/