mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 21:23:24 +00:00
Updated bytecode and added getUserTickets function
This commit is contained in:
@@ -194,4 +194,8 @@ contract EventManager {
|
||||
transferTicketForce(_ticketId, _to);
|
||||
}
|
||||
|
||||
function getUserTickets(address _user) public view returns (uint256[] memory _ticketIds) {
|
||||
return userTickets[_user];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user