Skip to main content
Most WaaS-specific methods require you to pass a WaaS WalletAccount object. If you want to check if a certain wallet account is a WaaS WalletAccount, you can use the isWaasWalletAccount helper method to avoid type errors.

React

isWaasWalletAccount is synchronous and works the same way in React. Use it inside callbacks or effects to check a wallet account before calling WaaS-specific functions:
Last modified on September 1, 2026