Type Aliases

ArtifactEventFact

Type Alias: ArtifactEventFact

ArtifactEventFact = { meta: ArtifactMeta; type: "minted"; } | { bytes: number; kind: string; ref: ArtifactRef; type: "resolved"; via: "head" | "get"; } | { swept: SweptArtifact; type: "expired"; } | { detail?: string; op: ArtifactOp; reason: ArtifactRefusalReason; ref?: ArtifactRef; type: "refused"; }

Defined in: src/artifacts/capability.ts:80

One thing that happened at this door — meta only, never payloads.

On this page