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

    Interface JobStatus

    Response from GET /v1/jobs/:id.

    interface JobStatus {
        priceAsset?: `0x${string}` | null;
        result?: ResultHandle;
    }
    Index

    Properties

    Properties

    priceAsset?: `0x${string}` | null

    Null exactly when the read is free; nothing owed is owed to nobody. Optional so a consumer's existing JobStatus fixtures keep compiling; the Gateway always sends it.

    result?: ResultHandle

    Present only when state === "completed".