Vana SDK - v4.1.0
    Preparing search index...

    Interface CompleteRequest

    Request body for POST /v1/jobs/:id/complete.

    interface CompleteRequest {
        resultObjectKey: string;
        accessRecord?: JobAccessRecord;
    }
    Index

    Properties

    resultObjectKey: string

    jobresults/{chainId}/{jobId}.

    accessRecord?: JobAccessRecord

    Server-signed delivery receipt for the read this job served, minted by the node agent with the owner's enclave wallet. Binds the reserved payment to an on-chain recordDataAccess, exactly as the legacy paid read does. Required whenever the job reserved a fee.