Converts a value to its hexadecimal representation.
import { toHex } from "thirdweb/utils";const hex = toHex(420);console.log(hex); // "0x1a4"
The hexadecimal representation of the value.