Skip to content

v2.4.6

Compare
Choose a tag to compare
@0x31 0x31 released this 22 Jul 05:58
· 348 commits to master since this release
a1b6c30

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;
}