Skip to content
Discussion options

You must be logged in to vote

We did move the created token (the transfer_ref is from the created token) to the creator.

Another reason Aptogotchi struct is useful is we can store the extend_ref of the token (which is an object under the hood) in it.
So we can add more structs to the token object later (e.g. have an AptogotchiExtension struct stores data like location, etc) or update token's name, description and URI. Since once the module is published, we cannot modify existing structs. Only way to store additional data about token is adding new struct to the object, and that requires us to save object's extend_ref.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@0xmaayan
Comment options

0xmaayan Feb 23, 2024
Maintainer Author

@0x-j
Comment options

0x-j Feb 23, 2024
Maintainer

Comment options

You must be logged in to vote
0 replies
Answer selected by 0x-j
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
object Questions related to Objects move Questions related to the Move Language nft Questions related to NFTs and digital asset / token standards
2 participants