Calculates the keccak ID of the given input.
import { keccackId } from "thirdweb/utils";const keccakId = keccackId(input);
function keccakId(input: string): Hex;
The input value to calculate the keccak ID for.
let input: string;
let returnType: `0x${string}`;
The keccak ID as a Hex string.