Polkadart provides developers the ability to query a node and interact with the Polkadot based chains using Dart.
39
stars
16
forks
source link
Expose (double) map prefix for generated storage types or expose a `keys()` method for (double) maps #374
Closed
clangenb closed 11 months ago
It would be awesome to have that to easily generate storage keys for the
state_getKeysPaged
method. I imagine something like:Additionally, the generated storage types must be make public, to easily access that. I imagine something like:
Or this could even be internalized as generated code: