export utils, layout

This commit is contained in:
dd 2021-02-24 11:43:46 -05:00
parent 0075bcfb5f
commit 322468ce7e
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ import { NUM_TOKENS } from './layout';
export { MangoClient, MangoGroup, MarginAccount } from './client';
export { MangoIndexLayout, MarginAccountLayout, MangoGroupLayout } from './layout';
export { NUM_TOKENS } from './layout';
export * from './layout';
export * from './utils'
import IDS from "./ids.json";
// import { Connection, PublicKey } from '@solana/web3.js';