From f3b0c883d685c9de00b172757dd1aabebf8bb5fe Mon Sep 17 00:00:00 2001 From: tjs Date: Mon, 4 Jul 2022 19:23:00 -0400 Subject: [PATCH] export banks --- ts/client/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/client/src/index.ts b/ts/client/src/index.ts index 5a28463a6..6828a2f1e 100644 --- a/ts/client/src/index.ts +++ b/ts/client/src/index.ts @@ -15,6 +15,7 @@ export { Serum3SelfTradeBehavior, Serum3Side, } from './accounts/serum3'; +export * from './accounts/bank'; export * from './constants'; export * from './utils';