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
question about the decisions made in the repository
question about how to use this project
documentation request
Summary
There is no documentation on erc725.js about the fact that the library can encode/decode CompactBytesArray.
There should be some examples in the documentation where we show how CompactBytesArray are encoded/decoded, especially the ouput if it's a normal valueType (an array of valueTypes), or a tuple (a 2D array of valueTypes).
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 only place where we can find some infos are the tests files at the moment:
I'm submitting a...
Summary
There is no documentation on erc725.js about the fact that the library can encode/decode CompactBytesArray.
There should be some examples in the documentation where we show how CompactBytesArray are encoded/decoded, especially the ouput if it's a normal valueType (an array of valueTypes), or a tuple (a 2D array of valueTypes).
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 only place where we can find some infos are the tests files at the moment:
-> https://github.com/ERC725Alliance/erc725.js/blob/develop/src/lib/encoder.test.ts#L153-L157
-> https://github.com/ERC725Alliance/erc725.js/blob/develop/src/lib/utils.test.ts#L140
The text was updated successfully, but these errors were encountered: