Skip to content

Commit

Permalink
Export OptionalDataWithOptionalCause type (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz authored Feb 26, 2024
1 parent d352b6f commit 415c340
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
export { JsonRpcError, EthereumProviderError } from './classes';
export { serializeCause, serializeError, getMessageFromCode } from './utils';
export type { DataWithOptionalCause } from './utils';
export type {
DataWithOptionalCause,
OptionalDataWithOptionalCause,
} from './utils';
export { rpcErrors, providerErrors } from './errors';
export { errorCodes } from './error-constants';

0 comments on commit 415c340

Please sign in to comment.