Compose a post-job transaction (unsigned)
ripar_post_jobCompose an unsigned ValidationRegistry job-posting transaction as base64 msgpack, with a plain-language summary. A spec hash commits job details before signing.
Instructions
Compose a ValidationRegistry post_job call and return it UNSIGNED as base64 msgpack, with a plain-language summary of what signing it would do. Nothing is submitted and no key is used or held: a human or wallet signs and broadcasts. The spec is committed by hash so it cannot be changed after the job is open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender | Yes | Address that will sign, pay the fee, and become the job's client | |
| specHash | Yes | Hex of the 32-byte sha256 digest of the job spec. The spec stays offchain. | |
| budgetMicro | Yes | Budget in USDC base units — 2500000 is $2.50. The contract rejects zero. | |
| validatorAgentId | No | Registry id of the judging agent, or 0 to leave it unset |