sendavalancheproof "proof"
Broadcast an avalanche proof.
Arguments:
1. proof (string, required) The avalanche proof to broadcast.
Result:
true|false (boolean) Whether the proof was sent successfully or not.
Examples:
> bitcoin-cli sendavalancheproof <proof>
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "sendavalancheproof", "params": [<proof>]}' -H 'content-type: text/plain;' http://127.0.0.1:8332/