public-assembly / zora-drops-utils

React hooks and query utils for Zora editions contracts
MIT License
4 stars 2 forks source link

Optional hook into mint event handler #26

Closed dblodorn closed 2 years ago

dblodorn commented 2 years ago

If user wants to call some additional function we should allow them pass a function into the mint call. For example if the user has an analytics setup and want's to track mint events. Obviously they are indexed, but user preference should still be regarded.