Skip to main content
Some EVM methods require you to pass a EVM WalletAccount object. If you want to check if a certain wallet account is a EVM WalletAccount, you can use the isEvmWalletAccount helper method to avoid type errors.

React

isEvmWalletAccount is a synchronous type guard that works the same in React. Use it inside callbacks or to filter wallet accounts reactively:
Last modified on June 24, 2026