Skip to content

Commit

Permalink
feat: export dataHasCause function
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed May 13, 2024
1 parent 4a34b24 commit 40e571d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
export { JsonRpcError, EthereumProviderError } from './classes';
export { serializeCause, serializeError, getMessageFromCode } from './utils';
export {
dataHasCause,
serializeCause,
serializeError,
getMessageFromCode,
} from './utils';
export type {
DataWithOptionalCause,
OptionalDataWithOptionalCause,
Expand Down

0 comments on commit 40e571d

Please sign in to comment.