Open
Description
Problem
For regenerating a transaction ID on demand, they must also enable sign-on-demand.
It's off by default because enabling that feature breaks toBytes()
and some other sync methods. Users would be required to use toBytesAsync()
if they enable signOnDemand.
Solution
Add to docs
Alternatives
No response
### Tasks
- [ ] Add a section in https://docs.hedera.com/hedera/sdks-and-apis/sdks/transactions/transaction-id about the regenerating tranaction IDs on demand