mirror of
https://github.com/supleed2/COMP70017-PoDL-CW.git
synced 2024-12-22 13:45:49 +00:00
Update ITicketNFT.sol
This commit is contained in:
parent
8a9462b868
commit
d294e1b6ca
|
@ -60,9 +60,9 @@ interface ITicketNFT {
|
|||
*
|
||||
* - `from` cannot be the zero address.
|
||||
* - `to` cannot be the zero address.
|
||||
* - `ticketID` ticket must be either:
|
||||
* - owned by `from`.
|
||||
* - approved to move this ticket by `approve`
|
||||
* - the caller must either:
|
||||
* - own `ticketID`
|
||||
* - be approved to move this ticket using `approve`
|
||||
*
|
||||
* Emits a `Transfer` and an `Approval` event.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue