Interface: AnchorTarget
Defined in: packages/agentos/src/core/provenance/types.ts:53
Properties
endpoint?
optionalendpoint:string
Defined in: packages/agentos/src/core/provenance/types.ts:57
Endpoint or identifier for the anchor target.
options?
optionaloptions:Record<string,unknown>
Defined in: packages/agentos/src/core/provenance/types.ts:59
Additional options specific to the anchor target type.
targets?
optionaltargets: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).