Skip to content

Commit 415c340

Browse files
authored
Export OptionalDataWithOptionalCause type (#135)
1 parent d352b6f commit 415c340

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
export { JsonRpcError, EthereumProviderError } from './classes';
22
export { serializeCause, serializeError, getMessageFromCode } from './utils';
3-
export type { DataWithOptionalCause } from './utils';
3+
export type {
4+
DataWithOptionalCause,
5+
OptionalDataWithOptionalCause,
6+
} from './utils';
47
export { rpcErrors, providerErrors } from './errors';
58
export { errorCodes } from './error-constants';

0 commit comments

Comments
 (0)