Skip to content

Commit 968fdc3

Browse files
chore: add smart wallet exports for user op types (#2594)
1 parent 2ef2058 commit 968fdc3

File tree

1 file changed

+7
-0
lines changed
  • packages/thirdweb/src/exports/wallets

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
export { smartWallet } from "../../wallets/create-wallet.js";
22

3+
export type {
4+
SmartWalletConnectionOptions,
5+
SmartWalletOptions,
6+
UserOperation,
7+
PaymasterResult,
8+
} from "../../wallets/smart/types.js";
9+
310
// TODO: add exports for smart wallet utils here

0 commit comments

Comments
 (0)