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';