You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The frontend needs a tokenOfOwnerByIndex method from the contract which returns the pin_id of a given user, based on the index of the pin among the user's tokens. To understand better, here's an example flow of how the respective storage map should look like:
the user mints three pins with ids 234, 240 and 345
Description
The frontend needs a
tokenOfOwnerByIndex
method from the contract which returns thepin_id
of a given user, based on the index of the pin among the user's tokens. To understand better, here's an example flow of how the respective storage map should look like:@TomiOhl does this look correct?
The text was updated successfully, but these errors were encountered: