// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.20; import "../TixSellLibraries.sol"; interface INftTemplateContract{ // Event name // Event date and hour // Lieu (voir si on met plan google map) // Nom du billet // Prix // Id token function buildImage( address _nftTixSellSmartContract, TixSellLibrary.NftTicketInfo memory ) external pure returns (string memory image); }