hedera-sdk-js
hedera-sdk-js copied to clipboard
fix: incomplete file append transaction
Description: This pull request fixes the FileAppendTransaction when building an incomplete transaction and you don't want to set contents. Previously the contents were required and you couldn't create incomplete transactions without setting the content.
Checklist
- [X] Tested (unit, integration, etc.)