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

    Function sealJobResult

    • Encrypts a validated job result for its builder and describes the ciphertext.

      This compatibility wrapper drives sealJobResultStream and allocates the final sealed byte array once. hash and size retain their Gateway object-storage semantics.

      Parameters

      Returns Promise<{ bytes: Uint8Array; hash: `0x${string}`; size: number }>