This repository was archived by the owner on Mar 26, 2025. It is now read-only.
Add PrimarySaleHappened to CreateNftInput #127
Unanswered
aaronlinsky
asked this question in
Q&A
Replies: 1 comment 1 reply
-
you would have to call it after create. there is a update primary sale happened in the token metadata program that you can use. not the update metadata. you can do this in the same transaction btw. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For my purposes, I want to always flip the PrimarySaleHappened bit, even if the first sale hasn't happened. This is easy to do in a second transaction using
nfts().update()
, but I'd rather be able to set it from the beginning.Would it be possible to add PrimarySaleHappened to CreateNftInput?
Beta Was this translation helpful? Give feedback.
All reactions