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

Add missing fields for `TopicMessageSubmitTransaction`

Open deyanzz opened this issue 1 year ago • 0 comments

Problem

Class TopicMessageSubmitTransaction.java is missing some fields in comparison with the C++ version ()

  • field initialTransactionId
  • field totalNumOfChunks
  • field chunkNum

Also, all corresponding getter / setter methods should be added.

Solution

The following should be added:

  • all of the missing fields listed above
  • all corresponding Unit tests

Alternatives

No response

deyanzz avatar Aug 08 '23 15:08 deyanzz