Broadcast evidence

Broadcast evidence of the misbehavior.

Broadcast evidence of the misbehavior.

GEThttps://bnb.nownodes.io/broadcast_evidence
Query parameters
Response

Broadcast evidence of the misbehavior.

Body
errorstring
Example: ""
resultstring
Example: ""
id*integer
Example: 0
jsonrpc*string
Example: "2.0"
Request
const response = await fetch('https://bnb.nownodes.io/broadcast_evidence?evidence=JSON_EVIDENCE_encoded', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "error": "",
  "result": "",
  "id": 0,
  "jsonrpc": "2.0"
}