fix: catch up to recent upstream changes

This commit is contained in:
Michael Vines
2018-10-17 09:35:24 -07:00
parent 972f68b16e
commit 011a2abd0c
10 changed files with 245 additions and 70 deletions

View File

@ -2,7 +2,9 @@
export {Account} from './account';
export {BudgetProgram} from './budget-program';
export {Connection} from './connection';
export {Loader} from './loader';
export {NativeLoader} from './native-loader';
export {PublicKey} from './publickey';
export {SystemProgram} from './system-program';
export {Transaction} from './transaction';
export {Token, TokenAmount} from './token-program';
export {Transaction} from './transaction';