We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serializing FileAppendTransaction and then deserializing causes the process to hang
const { FileAppendTransaction, Transaction } = require('@hashgraph/sdk'); async function run() { // Creating a transaction console.log('Create transaction'); const transaction = new FileAppendTransaction(); // Serializing the transaction console.log('Serialize transaction'); const transactionBytes = transaction.toBytes(); // Deserialize when received console.log('Before deserialize'); const transactionFromBytes = Transaction.fromBytes(transactionBytes); console.log('After deserialize'); } run();
No response
other
v2.42.0-beta.2
None
The text was updated successfully, but these errors were encountered:
svetoslav-nikol0v
Successfully merging a pull request may close this issue.
Description
Serializing FileAppendTransaction and then deserializing causes the process to hang
Steps to reproduce
Additional context
No response
Hedera network
other
Version
v2.42.0-beta.2
Operating system
None
The text was updated successfully, but these errors were encountered: