PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/viem/utils/ens

Просмотр файла: encodeLabelhash.ts

import type { ErrorType } from '../../errors/utils.js'
import type { Hex } from '../../types/misc.js'

export type EncodeLabelhashErrorType = ErrorType

export function encodeLabelhash(hash: Hex): `[${string}]` {
  return `[${hash.slice(2)}]`
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!