metaplex-foundation / mpl-token-metadata

Program to attach additional data to Fungible or Non-Fungible tokens on Solana.
https://developers.metaplex.com/token-metadata
Other
99 stars 42 forks source link

Add client helper for ProgrammableNonFungible master editions #64

Closed febo closed 7 months ago

febo commented 7 months ago

This PR adds an assert_edition_is_programmable helper to determine if the master edition is a ProgrammableNonFungible or not. It also includes a fix on a Shank annotation – this does not require changes to the program.