hashgraph / hashgraph/hedera-sdk-reference
Improve chunked transaction functionality for topics
Open
enhancement
- Dominant language
- HTML
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
### Problem
When a large message is submitted to a topic via the SDk, the SDK breaks the message down into multiple topic message submit transactions. The SDK currently only returns the first transaction ID of the first message transaction.
### Solution
The SDK should return transaction information for each message submit transaction that was submitted for a topic.
### Alternatives
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.