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

    Interface ResultHandle

    Where a completed job's sealed result lives. Bytes never transit the Gateway.

    interface ResultHandle {
        objectKey: string;
        url: string;
        size: number;
        hash: `0x${string}`;
        expiresAt: string;
    }
    Index

    Properties

    objectKey: string

    Object key in vana-storage, jobresults/{chainId}/{jobId}.

    url: string

    Absolute URL the builder GETs. The Gateway builds it from its storage origin.

    size: number

    Byte length of the sealed object.

    hash: `0x${string}`

    sha256 of the sealed bytes, 0x-prefixed.

    expiresAt: string

    Logical expiry. After this the Gateway stops serving the handle.