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
If a user wants to mint an NFT they have to assume that the collection is already because mintNFTAndSetMetadata and createCollection cannot be called at the same time as they are not batched.
Some refactoring is needed to move the CreateCollection logic into mintNftAndSetMetadata as optional argument, or some other solution.
The text was updated successfully, but these errors were encountered:
If a user wants to mint an NFT they have to assume that the collection is already because
mintNFTAndSetMetadata
andcreateCollection
cannot be called at the same time as they are not batched.Some refactoring is needed to move the CreateCollection logic into mintNftAndSetMetadata as optional argument, or some other solution.
The text was updated successfully, but these errors were encountered: