function predictThirdwebContractAddress( contractName: string, chainId: number, storage: ThirdwebStorage<IpfsUploadBatchOptions>, contractVersion: string, clientId?: string, secretKey?: string,): Promise<string>;
The name of the contract to predict the address for
let contractName: string;
The chain id to use
let chainId: number;
The storage to use
let storage: ThirdwebStorage<IpfsUploadBatchOptions>;
let contractVersion: string;
let clientId: string;
let secretKey: string;
let returnType: Promise<string>;