NamehashParams

Represents the parameters for the "namehash" function.

type NamehashParams = {
labels: AbiParameterToPrimitiveType<{
name: "labels";
type: "string[]";
}>;
};