void_claim_node
Reclaim your collateral from a voided contract after a dispute is voided. Provide the job ID to retrieve the full committed collateral, with a single claim per job.
Instructions
Reclaim your collateral from a Voided contract as the worker (Bob).
Use this after a stale dispute was voided via void_dispute. Returns the full collateral you committed. The amount is read from chain and can only be claimed once.
Args: job_id: The Voided contract ID to reclaim collateral from.
Returns confirmation of the claim, or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |