hiero-ledger / hiero-sdk-tck

A TCK (Technology Compatibility Kit) used to verify compliant implementations of a Hiero SDK
Apache License 2.0
20 stars 1 forks source link

`TCK`: Refactor - code duplication, helper functions #277

Closed ivaylogarnev-limechain closed 2 weeks ago

ivaylogarnev-limechain commented 2 weeks ago

Description: This PR refactors the code to reduce duplication and improve maintainability. It introduces several helper functions to streamline logic and enhance readability. Additionally, some constants were added to make the code more organized and easier to manage. These changes aim to improve both the clarity and scalability of the code.

Related issue(s):

260

Checklist