UNPKG

sei-agent-kit

Version:

A package for building AI agents on the SEI blockchain

3 lines 200 B
import { OrderBookReturnType } from 'citrex-sdk/types'; export declare function citrexGetOrderBook(symbol: string): Promise<OrderBookReturnType | undefined>; //# sourceMappingURL=getOrderBook.d.ts.map