UNPKG

plugin-hedera-dex

Version:

Comprehensive Hedera DEX plugin for SaucerSwap integration with ElizaOS. Provides real-time pool data, token swapping, and complete DEX functionality on Hedera blockchain.

13 lines (12 loc) 491 B
import type { Plugin } from '@elizaos/core'; import { type IAgentRuntime, Service } from '@elizaos/core'; export declare class StarterService extends Service { static serviceType: string; capabilityDescription: string; constructor(runtime: IAgentRuntime); static start(runtime: IAgentRuntime): Promise<Service>; static stop(runtime: IAgentRuntime): Promise<void>; stop(): Promise<void>; } export declare const hederaDexPlugin: Plugin; export default hederaDexPlugin;