Skip to content
On this page

labelhash

Hashes ENS label.

Import

ts
import { labelhash, normalize } from 'viem/ens'

Usage

ts
import { labelhash, normalize } from 'viem/ens'

labelhash(normalize('awkweb')) 
// '0x7aaad03ddcacc63166440f59c14a1a2c97ee381014b59c58f55b49ab05f31a38'

WARNING

A label must be normalized via UTS-46 normalization before being hashed with labelhash. This can be achieved by using the normalize utility.

Returns

string

The hashed ENS label.

Parameters

name

  • Type: string

A ENS label.

Released under the MIT License.