export fn from instructions

This commit is contained in:
Tyler Shipe 2021-02-22 17:40:14 -05:00
parent 2ee17d3607
commit 376a976f49
1 changed files with 3 additions and 2 deletions

View File

@ -6,10 +6,11 @@ import { NUM_TOKENS } from './layout';
export { MangoClient, MangoGroup, MarginAccount } from './client';
export { MangoIndexLayout, MarginAccountLayout, MangoGroupLayout } from './layout';
export { makeSettleFundsInstruction, makeSettleBorrowInstruction } from './instruction';
export { NUM_TOKENS } from './layout';
import IDS from "./ids.json";
export { IDS }
import IDS from './ids.json';
export { IDS };
// async function main() {
// const cluster = "devnet";