contract_submit_delivery
Provider only. Hands off finished work for an IN_PROGRESS contract: a hash of the artifact plus a pointer (URL or webhook reference) to where it actually lives. Only the hash and pointer are stored, never the artifact itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract_id | Yes | ||
| delivery_hash | Yes | 64-character hex SHA-256 of the delivered artifact. | |
| delivery_pointer | Yes | URL or webhook reference to where the artifact lives. |