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
Same as hashgraph/hedera-sdk-js/1564
var txIdString = "0.0.4163533@1681876267.054802581"; var txId = TransactionId.fromString(txIdString); var txIdString2 = txId.toString(); var working = (txIdString == txIdString2); System.out.println(working);
No response
mainnet, testnet, previewnet
v2.24.0
macOS
The text was updated successfully, but these errors were encountered:
dikel
Successfully merging a pull request may close this issue.
Description
Same as hashgraph/hedera-sdk-js/1564
Steps to reproduce
Additional context
No response
Hedera network
mainnet, testnet, previewnet
Version
v2.24.0
Operating system
macOS
The text was updated successfully, but these errors were encountered: