We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Merkle Claims app shall show a list of [id, amount] past claims for the user.
When a user executes a claim the contract logs a MerkleClaim event.
MerkleClaim
Even when it is simple to query the node for events, for performance reasons an indexer service should be used.
Alternative: show only the claims in the x past days and allow the user to iteratively get older time windows.
The text was updated successfully, but these errors were encountered:
Disable Payment Streams in Hemi Sepolia
2d2c2cc
Fixes #18.
No branches or pull requests
The Merkle Claims app shall show a list of [id, amount] past claims for the user.
Implementation details
When a user executes a claim the contract logs a
MerkleClaim
event.Even when it is simple to query the node for events, for performance reasons an indexer service should be used.
Alternative: show only the claims in the x past days and allow the user to iteratively get older time windows.
The text was updated successfully, but these errors were encountered: