Generates the initialization bytecode with salt for a contract deployment.
import { getInitBytecodeWithSalt } from "thirdweb/utils";const initBytecodeWithSalt = getInitBytecodeWithSalt({ bytecode, encodedArgs, salt,});
function getInitBytecodeWithSalt( options: GetInitiBytecodeWithSaltOptions,): Hex;
The options for generating the initialization bytecode.
let options: GetInitiBytecodeWithSaltOptions;
let returnType: `0x${string}`;
The initialization bytecode with salt.