Skip to main content

Interface: AnchorTarget

Defined in: packages/agentos/src/core/provenance/types.ts:53

Properties

endpoint?

optional endpoint: string

Defined in: packages/agentos/src/core/provenance/types.ts:57

Endpoint or identifier for the anchor target.


options?

optional options: Record<string, unknown>

Defined in: packages/agentos/src/core/provenance/types.ts:59

Additional options specific to the anchor target type.


targets?

optional targets: AnchorTarget[]

Defined in: packages/agentos/src/core/provenance/types.ts:61

For composite: list of sub-targets to publish to in parallel.


type

type: "custom" | "none" | "worm-snapshot" | "rekor" | "opentimestamps" | "ethereum" | "solana" | "composite"

Defined in: packages/agentos/src/core/provenance/types.ts:55

Type of external anchor (extensible).