UNPKG

sei-agent-kit

Version:

A package for building AI agents on the SEI blockchain

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