Skip to main content

Checking TON Wallet Account Type

When working with multiple blockchain types, you may need to check if a wallet account is specifically a TON wallet account. The isTonWalletAccount type guard function helps you narrow down the type safely.

Usage

Parameters

Returns

boolean - Returns true if the wallet account is a TON wallet account, false otherwise. Also acts as a TypeScript type guard, narrowing the type to TonWalletAccount.
Last modified on April 2, 2026