broadcast_evidence

Broadcast evidence of the misbehavior.

Broadcast evidence of the misbehavior.

Parameters

  • OBJECT - parameters
    • evidence: STRING- JSON evidence
curl https://cosmos-mainnet-archive.allthatnode.com:26657/8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj \
--header "Content-Type: application/json" \
--data '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "broadcast_evidence",
  "params": {
    "evidence": ""
  }
}'

Returns

  • OBJECT - Broadcast evidence of the misbehavior.
{
  "error": "",
  "result": "",
  "id": 1,
  "jsonrpc": "2.0"
}

Try Yourself

Language
Click Try It! to start a request and see the response here!