export banks

This commit is contained in:
tjs 2022-07-04 19:23:00 -04:00
parent d7f84f6a8e
commit f3b0c883d6
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ export {
Serum3SelfTradeBehavior,
Serum3Side,
} from './accounts/serum3';
export * from './accounts/bank';
export * from './constants';
export * from './utils';