abi-utils icon indicating copy to clipboard operation
abi-utils copied to clipboard

Find a better solution for `arrayPacked` flag

Open Mrtenz opened this issue 3 years ago • 0 comments

We need a way to pad array items to 32 bytes, but not encode the length of the array. Right now we do that using the arrayPacked flag, but there might be a better solution for this that does not require an extra flag.

Mrtenz avatar Oct 11 '22 16:10 Mrtenz