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

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