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
Support arbitrary number or proofs being submitted when minting an NFT.
Currently, the mint method requires each proof in its own set of parameters.
Create a mint method that supports arbirtraty number of proofs being provided
-- This allows to have a consistent ABI defition for any ERC721 registry - easier integration with clients
Pseudo code
Support arbitrary number or proofs being submitted when minting an NFT.
Currently, the mint method requires each proof in its own set of parameters.
-- This allows to have a consistent ABI defition for any ERC721 registry - easier integration with clients
Pseudo code
The text was updated successfully, but these errors were encountered: