verifyavalancheproof "proof"
Verify an avalanche proof is valid and return the error otherwise.
Arguments:
1. proof (string, required) Proof to verify.
Result:
true|false (boolean) Whether the proof is valid or not.
Examples:
> bitcoin-cli verifyavalancheproof "<proof>"
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "verifyavalancheproof", "params": ["<proof>"]}' -H 'content-type: text/plain;' http://127.0.0.1:8332/