From 376a976f493d0b50ceb782a2380c62745cdcc3ff Mon Sep 17 00:00:00 2001 From: Tyler Shipe Date: Mon, 22 Feb 2021 17:40:14 -0500 Subject: [PATCH] export fn from instructions --- src/index.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index abbc4f2..e50c112 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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";