UNPKG

viem

Version:

TypeScript Interface for Ethereum

7 lines 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.encodeLabelhash = encodeLabelhash; function encodeLabelhash(hash) { return `[${hash.slice(2)}]`; } //# sourceMappingURL=encodeLabelhash.js.map