This is a follow-up after: - https://github.com/FuelLabs/fuels-ts/pull/3307 The idea is to expand the check to include assets: ```gql query isUserAccount(...) { ... asset(id: $assetId) { id } } ```