type PrepareDirectDeployTransactionOptions = Prettify< ClientAndChain & { abi: Abi; bytecode: Hex; constructorParams?: Record<string, unknown>; }>;