getavalancheproofs Returns an object containing all tracked proofids. Result: { (json object) "valid" : [ (json array) "hex", (string) Avalanche proof id ... ], "conflicting" : [ (json array) "hex", (string) Avalanche proof id ... ], "immature" : [ (json array) "hex", (string) Avalanche proof id ... ] } Examples: > bitcoin-cli getavalancheproofs > curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "getavalancheproofs", "params": []}' -H 'content-type: text/plain;' http://127.0.0.1:8332/