Calculates the salt hash for a given bytecode.
import { getSaltHash } from "thirdweb";const saltHash = getSaltHash(bytecode);
The salt hash of the bytecode.