GET
/
attestation_disputes
/
against
/
nodes
/
{node_id}
curl --request GET \
  --url http://localhost:3001/attestation_disputes/against/nodes/{node_id}
[
  {
    "attestation_commitment": [
      1
    ],
    "attestation_node_id": 123,
    "original_commitment": [
      1
    ],
    "original_node_id": 123,
    "stack_small_id": 123
  }
]

Path Parameters

node_id
integer
required

The small ID of the node whose disputes should be retrieved

Response

200
application/json
List of against attestation disputes where the specified node is the defendant
attestation_commitment
integer[]
required

Cryptographic commitment provided by the attesting node

attestation_node_id
integer
required

Identifier of the node that provided the attestation

original_commitment
integer[]
required

Original cryptographic commitment provided by the computing node

original_node_id
integer
required

Identifier of the original node that performed the computation

stack_small_id
integer
required

Unique small integer identifier for the stack involved in the dispute