UNPKG

sei-agent-kit

Version:

A package for building AI agents on the SEI blockchain

3 lines 200 B
import { TickerReturnType } from 'citrex-sdk/types'; export declare function citrexGetTickers(symbol?: `${string}perp`): Promise<TickerReturnType | undefined>; //# sourceMappingURL=getTickers.d.ts.map