Skip to content

Commit

Permalink
fix(web3): export of errors (#19649)
Browse files Browse the repository at this point in the history
for ability to do match of type on client-side
  • Loading branch information
beautyfree committed Sep 5, 2021
1 parent 10e6060 commit 44f32d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -17,6 +17,7 @@ export * from './transaction';
export * from './validator-info';
export * from './vote-account';
export * from './sysvar';
export * from './errors';
export * from './util/borsh-schema';
export * from './util/send-and-confirm-transaction';
export * from './util/send-and-confirm-raw-transaction';
Expand Down

0 comments on commit 44f32d9

Please sign in to comment.