Type Alias: AnchorEventType

type AnchorEventType = 
  | "anchor:added"
  | "anchor:removed"
  | "anchor:expired"
  | "anchor:budget_exceeded"
  | "anchor:persisted"
  | "anchor:loaded";

Defined in: anchors/types.ts:214

Event types for anchor operations