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
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
Fixes #835
Checklist