Skip to main content
Use isSubnameAvailable to check if a subname can be registered.

Parameters

  • subname: Fully qualified subname to check, such as alice.example.eth

Return Type

  • isAvailable: true if the subname is available, false if already taken.
Check availability before calling createSubname. To change an existing subname, call updateSubname explicitly.