UNPKG

sei-agent-kit

Version:

A package for building AI agents on the SEI blockchain

4 lines 353 B
import { TradeHistoryReturnType } from '../../../node_modules/citrex-sdk/lib/types.js'; import { ProductSymbol } from '../../../node_modules/citrex-sdk/lib/types.js'; export declare function citrexGetTradeHistory(productSymbol: ProductSymbol, quantity?: number): Promise<TradeHistoryReturnType | undefined>; //# sourceMappingURL=getTradeHistory.d.ts.map