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.
1 parent e5e1a03 commit d62fe68Copy full SHA for d62fe68
packages/wallet/dapp-client/src/index.ts
@@ -23,8 +23,9 @@ export type {
23
GetFeeTokensResponse,
24
FeeToken,
25
FeeOption,
26
+ TransportMessage,
27
} from './types/index.js'
-export { RequestActionType, TransportMode } from './types/index.js'
28
+export { RequestActionType, TransportMode, MessageType } from './types/index.js'
29
export {
30
FeeOptionError,
31
TransactionError,
0 commit comments