Calculates the salt hash for a given bytecode.
import { getSaltHash } from "thirdweb";const saltHash = getSaltHash(bytecode);
function getSaltHash(bytecode: string): Hex;
The bytecode to calculate the salt hash for.
let bytecode: string;
let returnType: `0x${string}`;
The salt hash of the bytecode.