Tomiwa Adey
Tomiwa Adey
Yes, have a look at Abi decode.
I also tried with simple strings and I get the same result
@kurotaky I appreciate you taking the time to look into this. I have since dug deeper into it and encoding in solidity works the same as encoding here. The only...
Unfortunately, no luck with option 2 either. I'll move most of the logic here to use JS for now. The implementation in JS using ethers: ``` const ids = [1,2,3]...
Hey @kurotaky :) I ended up using etherjs for signing just because I have a deadline coming up about a week from today. **EncodePacked** Yes, encodePacked performs packed encoding where:...