fix(web3): export of errors (#19649)

for ability to do match of type on client-side
This commit is contained in:
Alexey Elizarov 2021-09-05 18:57:05 +03:00 committed by GitHub
parent b44ff347e2
commit 266e7ce8cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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';