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

fix: incomplete file append transaction

Open SvetBorislavov opened this issue 4 months ago • 2 comments

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.)

SvetBorislavov avatar Oct 22 '24 14:10 SvetBorislavov