Utilities
Hat & Tree ID Utils
hatIdDecimalToHex
import { hatIdDecimalToHex } from "@hatsprotocol/sdk-v1-core";
const hatIdHex = hatIdDecimalToHex(hatId);hatId: bigint`0x${string}`hatIdHexToDecimal
import { hatIdHexToDecimal } from "@hatsprotocol/sdk-v1-core";
const hatIdDecimal = hatIdHexToDecimal(hatId);treeIdDecimalToHex
treeIdHexToDecimal
treeIdToTopHatId
hatIdToTreeId
hatIdDecimalToIp
hatIdIpToDecimal
Constants
Last updated