isWalletOnDevice

abstract suspend fun isWalletOnDevice(chainId: String? = null): Result<Boolean>
abstract suspend fun isWalletOnDevice(namespace: PortalNamespace): Result<Boolean>