DeployWithStylusConstructorOptions

type DeployWithStylusConstructorOptions = {
abi: Abi;
bytecode: `0x${string}`;
chain: Chain;
client: ThirdwebClient;
constructorParams: Record<string, unknown>;
};