UNPKG

sei-agent-kit

Version:

A package for building AI agents on the SEI blockchain

3 lines 258 B
import { CancelOrderReturnType } from '../../../node_modules/citrex-sdk/lib/types.js'; export declare function citrexCancelOrders(ordersArgs: [`0x${string}`, number][]): Promise<CancelOrderReturnType[] | undefined>; //# sourceMappingURL=cancelOrders.d.ts.map