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

React

isSolanaWalletAccount 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