pharos-agent-kit
Version:
Connect AI Agents to Pharos protocols
22 lines • 1.31 kB
TypeScript
export declare const ACTIONS: {
GET_INFO_ACTION: import("../types/action").Action;
WALLET_ADDRESS_ACTION: import("../types/action").Action;
CREATE_IMAGE_ACTION: import("../types/action").Action;
ELFA_PING_ACTION: import("../types/action").Action;
ELFA_API_KEY_STATUS_ACTION: import("../types/action").Action;
ELFA_GET_SMART_MENTIONS_ACTION: import("../types/action").Action;
ELFA_GET_TOP_MENTIONS_BY_TICKER_ACTION: import("../types/action").Action;
ELFA_SEARCH_MENTIONS_BY_KEYWORDS_ACTION: import("../types/action").Action;
ELFA_TRENDING_TOKENS_ACTION: import("../types/action").Action;
ELFA_SMART_TWITTER_ACCOUNT_STATS_ACTION: import("../types/action").Action;
GET_COINGECKO_LATEST_POOLS_ACTION: import("..").Action;
GET_COINGECKO_TOKEN_PRICE_DATA_ACTION: import("..").Action;
GET_COINGECKO_TOP_GAINERS_ACTION: import("..").Action;
GET_COINGECKO_TRENDING_POOLS_ACTION: import("..").Action;
GET_COINGECKO_TRENDING_TOKENS_ACTION: import("..").Action;
DEFILLAMA_FETCH_PRICE: import("../types/action").Action;
DEFILLAMA_GET_PROTOCOL_TVL: import("../types/action").Action;
GET_TOKEN_DATA_BY_TICKER: import("../types/action").Action;
};
export type { Action, ActionExample, Handler } from "../types/action";
//# sourceMappingURL=index.d.ts.map