the isValidKey hook #12577
Closed
adeelhasan
started this conversation in
Ideas
the isValidKey hook
#12577
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wondering how often is this hook used. it is called from within the balanceOf function, and can potentially be a very costly operation for Locks with many keys.
it depends on the context of usage -- which I am not so familiar with -- but it may make sense to:
On the other hand, this may not be a problem in practice. I guess I should research the subgraph and see how many times hooks have been set.
The other related point I was wondering about was how a very large event could mint many ticket NFTs. has that ever come up in practice?
Beta Was this translation helpful? Give feedback.
All reactions