web3j
web3j copied to clipboard
Adding auto generated toString method for structs
What does this PR do?
required
Where should the reviewer start?
required
Why is it needed?
required
Checklist
- [ ] I've read the contribution guidelines.
- [ ] I've added tests (if applicable).
- [ ] I've added a changelog entry if necessary.
What does this PR do?
- This PR aims to address issue #2151, adding in auto generated toString() method for structs. Where should the reviewer start?
- The review should begin with testing the generateToStringMethod() for any errors. Currently there is an assertion error within the testing suit. Why is it needed?
- The method is needed so as to retrieve objects and assist with prototyping and logging.