hedera-sdk-java
hedera-sdk-java copied to clipboard
Why do we need RequestType.java and Status.java ?
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.