Last active
May 26, 2022 09:44
-
-
Save frozeman/36c8a0fa0834f440deda34d3428a1a79 to your computer and use it in GitHub Desktop.
LSP2 improvements
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mapping | |
bytes10 + bytes2(0) + <whatever> (bytes20) or bytes20 // | |
0x112233445566778899001122 0000 000000000000112233445566778899001122 | |
MappingWithGrouping | |
bytes6 + <whatever> (max bytes4) or bytes4 + bytes2(0) + <whatever> or bytes20 (max bytes20) | |
0x112233445566 11223344 0000 00000000000000000001122334455667788 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LSP12Thingy:<bytes4>