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

feat: display permissions properly on getData page #31

Closed b00ste closed 2 years ago

b00ste commented 2 years ago

Issue

What does this PR introduce?

This PR introduces a new method that takes as a parameter the bytes32 BitArray of permissions of an address and returns an array of permissions present in the bytes32 BitArray.

That method is used to display ne names of the present permissions instead of displaying the bytes32 BitArray.

Closes #29