MCPcopy Create free account
hub / github.com/cryptocj520/meteora2 / stopStrategy

Method stopStrategy

src/types/interfaces.ts:756–756  ·  view source on GitHub ↗
(instanceId: string)

Source from the content-addressed store, hash-verified

754 createStrategy(config: StrategyConfig): Promise<string>;
755 startStrategy(instanceId: string): Promise<void>;
756 stopStrategy(instanceId: string): Promise<void>;
757 pauseStrategy(instanceId: string): Promise<void>;
758 resumeStrategy(instanceId: string): Promise<void>;
759 deleteStrategy(instanceId: string): Promise<void>;

Callers 3

stopStrategyMethod · 0.65
stopStrategyMethod · 0.65
stopStrategyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected