hedera-sdk-java icon indicating copy to clipboard operation
hedera-sdk-java copied to clipboard

Why do we need RequestType.java and Status.java ?

Open hendrikebbers opened this issue 4 months ago • 2 comments

The two classes (identical in JS and other SDKs) look strange. The classes are wrappers around protobuf classes that created by hand but do not provide any additional information. Can we please check if the classes are really needed? I assume the classes (enums) created by protobuf are already good enough and we do not need the additonal handmade classes.

hendrikebbers avatar Oct 17 '24 19:10 hendrikebbers