UNPKG

viem

Version:

TypeScript Interface for Ethereum

5 lines 266 B
import type { ErrorType } from '../../errors/utils.js'; import type { Hex } from '../../types/misc.js'; export type EncodeLabelhashErrorType = ErrorType; export declare function encodeLabelhash(hash: Hex): `[${string}]`; //# sourceMappingURL=encodeLabelhash.d.ts.map