lukso-network / tools-erc725-inspect

Website to check ERC725Y key value stores
https://erc725-inspect.lukso.tech/
Apache License 2.0
9 stars 10 forks source link

Decode correctly Array value (size of the array) #3

Closed Hugoo closed 2 years ago

Hugoo commented 2 years ago

image

If the key is the Array length, the app should set uint256 and decode correctly.

It currently uses the type of the array element to decode the first array key (array size)