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
This would enable multiple minters on Solana. For example, asset issuers could give the NTT Manager the ability to burn/mint tokens while still retaining their own ability to burn/mint tokens via their custom asset issuance process.
We could implement this via two separate instruction implementations rather than shoehorning both behaviors into one.
The text was updated successfully, but these errors were encountered:
This would enable multiple minters on Solana. For example, asset issuers could give the NTT Manager the ability to burn/mint tokens while still retaining their own ability to burn/mint tokens via their custom asset issuance process.
We could implement this via two separate instruction implementations rather than shoehorning both behaviors into one.
The text was updated successfully, but these errors were encountered: