You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2026. It is now read-only.
kit/packages/walletkit/src/handlers/TransactionHandler.ts
Line 84 in 3ed85b1
The
WalletAdapterinterface does not include aclientproperty, but it expectsgetClientto be defined.As a result, thrown error
ERROR_CODES.UNKNOWN_EMULATION_ERRORis not clear enough to catch this behavior.Adding a simple check like
wallet.client||wallet.getClient()may fix it, but narrowing a type is probably a better way