web3j icon indicating copy to clipboard operation
web3j copied to clipboard

Adding auto generated toString method for structs

Open gtebrean opened this issue 9 months ago • 4 comments

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.

gtebrean avatar Mar 19 '25 15:03 gtebrean

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.

aceppaluni avatar Mar 19 '25 22:03 aceppaluni