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 citrexCancelOrder(orderId: `0x${string}`, productId: number): Promise<CancelOrderReturnType | undefined>; //# sourceMappingURL=cancelOrder.d.ts.map