DOCS

predictThirdwebContractAddress

function predictThirdwebContractAddress(
  contractName: string,
  chainId: number,
  storage: ThirdwebStorage<IpfsUploadBatchOptions>,
  contractVersion: string,
  clientId?: string,
  secretKey?: string,
): Promise<string>;

Parameters

Returns

type ReturnType = Promise<string>;