Interfaces

ArtifactStreamRecord

Interface: ArtifactStreamRecord

Defined in: src/artifacts/types.ts:208

What getStream returns when the ref resolves: the ticket, and the payload's CANONICAL BYTES as a stream — the same bytes meta.bytes counts and a digest would cover, never a re-encoding.

Properties

body

readonly body: ReadableStream<Uint8Array>

Defined in: src/artifacts/types.ts:210


meta

readonly meta: ArtifactMeta

Defined in: src/artifacts/types.ts:209

On this page