post https://cosmos-mainnet-archive.allthatnode.com:26657/
Broadcast evidence of the misbehavior.
Broadcast evidence of the misbehavior.
Parameters
OBJECT
- parametersevidence
: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"
}