Encrypt and submit a raw-read job.
Owner, grant, scope, deadline, and inline-wait controls.
The job id and current state, plus inline status on HTTP 200.
Ask what one read costs on this chain before committing to it.
The chain's data_access fee, its asset, and whether the Gateway
enforces it today.
Optional: JobsClient.submitRawRead signs the quote the Gateway returns with its 402, so a builder that does not care about the price ahead of time never needs this call.
Read one builder-visible job status.
Client-generated job UUID.
The current job status.
Poll until a job completes, fails, expires, or is cancelled.
Job UUID to poll.
Optionaloptions: WaitForJobOptionsTimeout and poll cadence.
The terminal job status.
Fetch, decrypt, and validate a job result from object storage.
Object-storage location and integrity metadata.
Expected plaintext job, scope, and version bindings.
The validated plaintext job result.
Submit, wait for, and decrypt one raw read.
Raw-read request plus polling controls.
The decrypted, binding-checked job result.
Builder operations exposed by createJobsClient.