diff --git a/@stellar/typescript-wallet-sdk/src/walletSdk/Types/index.ts b/@stellar/typescript-wallet-sdk/src/walletSdk/Types/index.ts index c589f31..480e4c7 100644 --- a/@stellar/typescript-wallet-sdk/src/walletSdk/Types/index.ts +++ b/@stellar/typescript-wallet-sdk/src/walletSdk/Types/index.ts @@ -50,5 +50,6 @@ export * from "./sep7"; export * from "./sep12"; export * from "./sep24"; export * from "./sep38"; +export * from "./sep43"; export * from "./utils"; export * from "./watcher";