worker_reclaim
Reclaim your worker bond after deregistering once the cooldown elapses, provided no dispute or slash is active.
Instructions
Reclaim your worker reputation bond after deregistering.
Only works once the cooldown (equal to the contract's arbitrator timeout) has passed since worker_deregister. The call halts on chain if:
the cooldown has not passed yet,
an open dispute currently encumbers the bond (wait for the dispute to resolve or be voided, check bond_encumbered in view_dispute), or
the bond was slashed. A slashed bond is gone forever; the treasury collects it. There is no reclaim path after a slash.
Check view_worker_bond first: state must be 1 (deregistering) with zero encumbrances and the cooldown elapsed.
Returns confirmation of the reclaim, or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |