work_order_accept
Accept a work order as buyer or provider by signing the exact role-specific challenge returned by work_order_open. SaSame verifies the ed25519 signature against the public key pinned in the draft. The order becomes active only after BOTH parties sign the same terms hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | ||
| work_order_id | Yes | ||
| signature_base64 | Yes | ed25519 signature over the exact acceptance challenge |