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
readonlybody:ReadableStream<Uint8Array>
Defined in: src/artifacts/types.ts:210
meta
readonlymeta:ArtifactMeta
Defined in: src/artifacts/types.ts:209
