We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a84179 commit 67ccdeaCopy full SHA for 67ccdea
packages/apps/ability-hyperliquid/src/index.ts
@@ -2,3 +2,9 @@ export { bundledVincentAbility } from './generated/vincent-bundled-ability';
2
3
// Export enums and types for users
4
export { HyperliquidAction, TimeInForce, OrderType } from './lib/types';
5
+
6
+export type { TransferUsdcResult } from './lib/ability-helpers/transfer-usdc-to';
7
+export type { CancelOrderResult } from './lib/ability-helpers/cancel-order/cancel-order';
8
+export type { CancelAllOrdersResult } from './lib/ability-helpers/cancel-order/cancel-all-orders';
9
+export type { SpotOrderResult } from './lib/ability-helpers/execute-spot-order';
10
+export type { PerpOrderResult } from './lib/ability-helpers/execute-perp-order';
0 commit comments