We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OptionalDataWithOptionalCause
1 parent d352b6f commit 415c340Copy full SHA for 415c340
src/index.ts
@@ -1,5 +1,8 @@
1
export { JsonRpcError, EthereumProviderError } from './classes';
2
export { serializeCause, serializeError, getMessageFromCode } from './utils';
3
-export type { DataWithOptionalCause } from './utils';
+export type {
4
+ DataWithOptionalCause,
5
+ OptionalDataWithOptionalCause,
6
+} from './utils';
7
export { rpcErrors, providerErrors } from './errors';
8
export { errorCodes } from './error-constants';
0 commit comments