hashgraph / hedera-sdk-rust

The Hedera™ Rust SDK
Apache License 2.0
43 stars 14 forks source link

Added chunking code for file_create_transaction.rs #861

Open mrswastik-robot opened 3 weeks ago

mrswastik-robot commented 3 weeks ago

Description: I have tried to refactor the code for FileCreateTransaction so that it has the chunking of content functionality just like the FileAppendTransaction does.

I also tried to write the test cases for chunking functionality but the test cases are not getting passed and I am getting the same error every time which is : NoPayerAccountOrTransactionId

image

Fixes #835

Checklist