Update ISecondaryMarket.sol

This commit is contained in:
Daniel Perez 2023-02-17 11:55:20 +00:00
parent d294e1b6ca
commit 5606ed55e5

View file

@ -34,6 +34,7 @@ interface ISecondaryMarket {
* such that it is held by this contract. Only the current owner of a specific * such that it is held by this contract. Only the current owner of a specific
* ticket is able to list that ticket on the secondary market. The purchase * ticket is able to list that ticket on the secondary market. The purchase
* `price` is specified in an amount of `PurchaseToken`. * `price` is specified in an amount of `PurchaseToken`.
* Note: Only non-expired and unused tickets can be listed
*/ */
function listTicket(uint256 ticketID, uint256 price) external; function listTicket(uint256 ticketID, uint256 price) external;