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
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
Determine whether it is necessary to have known keys for Dapp users, Captcha Solution Commitments, Captcha Data, etc., in the smart contract. These function as indexes that can be queried as opposed to Mapping, which is unaware of which keys it contains.
The text was updated successfully, but these errors were encountered:
forgetso
changed the title
Add lists of known keys for Dapp Users, Solution Commitments, etc.
Add indexes of known keys for Dapp Users, Solution Commitments, etc.
Feb 3, 2022
Follow up to #18
Determine whether it is necessary to have known keys for Dapp users, Captcha Solution Commitments, Captcha Data, etc., in the smart contract. These function as indexes that can be queried as opposed to
Mapping
, which is unaware of which keys it contains.The text was updated successfully, but these errors were encountered: