fix: token program moved to its own repo (#502)

This commit is contained in:
Jack May
2019-10-02 14:07:03 -07:00
committed by Michael Vines
parent c31ca1fc1b
commit b4922e8aef
5 changed files with 52 additions and 2166 deletions

View File

@@ -6,7 +6,6 @@ export {Connection} from './connection';
export {Loader} from './loader';
export {PublicKey} from './publickey';
export {SystemInstruction, SystemProgram} from './system-program';
export {Token, TokenAmount} from './token-program';
export {Transaction, TransactionInstruction} from './transaction';
export {VALIDATOR_INFO_KEY, ValidatorInfo} from './validator-info';
export {VOTE_ACCOUNT_KEY, VoteAccount} from './vote-account';