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
Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Summary
erc725.js exposes a function
encodeArrayKey
but does not provide the equivalent for decoding.This function would be useful to act similar to
decodeMappingKey
for array data key for indexes, by returning for instance:Example of how to use this function could look like this:
Note: this function should also easily decode large numbers as indexes. For instance:
Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
The text was updated successfully, but these errors were encountered: