t2000_job_deliver
Post delivery on a funded job as seller, storing content and hashing it on-chain for buyer verification and review window opening.
Instructions
Post your DELIVERY on a funded job you're selling (seller side, before the deadline). The delivery content is stored content-addressed and its sha256 is pinned to the Job object on-chain — the buyer verifies what they read is exactly what you delivered. Opens the buyer's review window. Sponsored (no gas). Mirrors t2 job deliver.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The Job object id (0x…) — see t2000_jobs (role: seller) | |
| delivery | Yes | The delivery content itself (e.g. the report markdown). Stored + hash-pinned on-chain. Optionally a t2-acp-delivery@1 JSON envelope ({type, summary, artifacts, notes}) when the real product ships off-platform (e.g. credentials emailed) — plain text/markdown is equally valid. |