web3j-cli
web3j-cli copied to clipboard
java file generated by web3j generate have error with dynamic array
super(org.web3j.abi.datatypes.DynamicArray<org.web3j.abi.datatypes.generated.Bytes32>(userList),new org.web3j.abi.datatypes.DynamicArray<org.web3j.abi.datatypes.generated.Bytes32>(ipList),new);
this 2 have same error
The constructor DynamicArray<Bytes32>(List<byte[]>) is undefined
can anyone help?
@cheul123a Sorry for the late reply. Can you please provide a contract that reproduces the issue ?