cURL
curl --request GET \ --url http://localhost:3001/attestation_disputes/own/nodes/{node_id}
[ { "attestation_commitment": [ 1 ], "attestation_node_id": 123, "original_commitment": [ 1 ], "original_node_id": 123, "stack_small_id": 123 } ]
Lists all attestation disputes initiated by a specific node.
The small ID of the node whose initiated disputes should be retrieved
List of own attestation disputes where the specified node is the plaintiff
The response is of type object[].
object[]