Add necessary function for supporting mint functionality for nft1 parent tokens. In Cashtab, this would be used by an NFT creator to increase the supply of an NFT collection.
Not yet implemented.
Differential D15980
[Cashtab] Add function to generate target outputs for an slpv1 nft parent mint tx bytesofman on Apr 15 2024, 17:11. Authored by
Details
Add necessary function for supporting mint functionality for nft1 parent tokens. In Cashtab, this would be used by an NFT creator to increase the supply of an NFT collection. Not yet implemented. npm test
Diff Detail
Event TimelineComment Actions On a related note, are we sticking with the whole parent vs child terminology all the way through to the frontend? I recall back in 2021 there was discussion on using more user friendly terminology in the frontend, like using "Collection" for parent and "NFT" for child. This way it'll be a smoother experience for users who are used to NFT terminology from other chains. Comment Actions
no, we'll use something better. Probably "Collection" and "NFT" parent and child are useful terms for the dev functions since they correspond with similar terms in the spec and the lib (and because there are weird technicalities, like the parent token is technically an nft, but not the same kind as a child nft, etc). But front end should be less complicated. |