Docs

getSaltHash

Calculates the salt hash for a given bytecode.

Example

import { getSaltHash } from "thirdweb";
const saltHash = getSaltHash(bytecode);

Parameters

Returns

The salt hash of the bytecode.