namehash
Learn about the namehash utils method
Learn about the namehash
utils method
Introduction
The namehash
method is used to compute the namehash of a name.
Usage
This method should be used when you want to compute the namehash
of a name. The namehash
is the result of applying the keccak-256
hash function to a name in a specific format.
Here’s a simple code example to demonstrate how to use this method:
Javascript