mirror of
https://github.com/supleed2/COMP70017-PoDL-CW.git
synced 2024-12-22 13:45:49 +00:00
Update ISecondaryMarket.sol
This commit is contained in:
parent
d294e1b6ca
commit
5606ed55e5
|
@ -34,6 +34,7 @@ interface ISecondaryMarket {
|
|||
* 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
|
||||
* `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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue