when I’m using kiosk::delist(), this function doesn’t have a return value but still complains on this problem, can anybody help me please ~
Hi, as the error message states you need to specify the object type to delist:
kiosk::delist<T>(kiosk, cap, id)
1 Like
Thank you! I solved this problem.