v2.4.6
Changelog:
- Fix support for Web3 structs and tuples
Structs should be passed in as follows:
{
type: "tuple(uint256,string)",
name: "structParam",
value: [1, "test"],
}
for a struct that looks like
struct {
uint256 version;
string message;
}