mirror of
https://github.com/supleed2/COMP70017-PoDL-CW.git
synced 2024-11-10 02:15:48 +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
|
* 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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue