can someone please guide me on how to pass from web3 javascript to solidity via contract call an array with multiple types?
Sep 14, 2021, 4:38 PM
i have tried to convert everything to bytes and pass the param as that, then decode the bytes to the correct type on solidity, but not sure if this is the best way
Sep 14, 2021, 4:39 PM