feat: wrap public key in a class

This commit is contained in:
Michael Vines
2018-09-30 18:42:45 -07:00
parent 2c3208090c
commit ca6965f8c2
15 changed files with 180 additions and 95 deletions

View File

@ -1,6 +1,7 @@
// @flow
export {Account} from './account';
export {Connection} from './connection';
export {Transaction} from './transaction';
export {SystemProgram} from './system-program';
export {BudgetProgram} from './budget-program';
export {Connection} from './connection';
export {PublicKey} from './publickey';
export {SystemProgram} from './system-program';
export {Transaction} from './transaction';