fix: expose token program instructions

This commit is contained in:
Michael Vines
2018-10-24 14:58:55 -07:00
parent e1c2498f74
commit 99e6b44d03
3 changed files with 173 additions and 56 deletions

View File

@@ -8,5 +8,5 @@ export {NativeLoader} from './native-loader';
export {PublicKey} from './publickey';
export {SystemProgram} from './system-program';
export {Token, TokenAmount} from './token-program';
export {Transaction} from './transaction';
export {Transaction, TransactionInstruction} from './transaction';
export {sendAndConfirmTransaction} from './util/send-and-confirm-transaction';