From 9039e2c586ed04345e9827a5fd61a4a6902844fb Mon Sep 17 00:00:00 2001 From: microwavedcola1 Date: Mon, 30 Jan 2023 14:55:25 +0100 Subject: [PATCH] try exporting explicitly Signed-off-by: microwavedcola1 --- ts/client/src/index.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ts/client/src/index.ts b/ts/client/src/index.ts index 984e3ddc6..0f8e0b86e 100644 --- a/ts/client/src/index.ts +++ b/ts/client/src/index.ts @@ -12,7 +12,15 @@ export { Serum3SelfTradeBehavior, Serum3Side, } from './accounts/serum3'; -export * from './clientIxParamBuilder'; +export { + IxGateParams, + NullPerpEditParams, + NullTokenEditParams, + PerpEditParams, + TokenEditParams, + TrueIxGateParams, + buildIxGate, +} from './clientIxParamBuilder'; export * from './constants'; export * from './numbers/I80F48'; export * from './utils';