-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
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
How to getKeys in a Map Storage query? #300
Comments
In the polkadot JS api there are 2 methods on a storagemap: |
@johnuopini Does the answer from Dylan help? Alternatively, you could look into adjusting |
support for partial / leaving out optional arguments would be great 🙏🏽 |
In polkadot JS i can disable an optional Map query option and get all the results, how do i do the same with this client? How can i get all the Keys and loop through them in a Map type of storage query?
The text was updated successfully, but these errors were encountered: