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
Code: ExtMessageInfo extMessageInfo = contract.send(walletV5Config);
Transfer result: { "error": { "code": 0, "type": "error" }, "hash": "v2wH25gUeBzHflwGo/EHddhVO5axtIZZbgKF2mmtUgY=", "type": "raw.extMessageInfo" }
Can I retrieve the transaction result based on this hash? I need to know the status and detailed information of this transaction.
The text was updated successfully, but these errors were encountered:
please see this response #77
Sorry, something went wrong.
After using the following code, how can I parse and retrieve the transaction hash from the request? Requesting your help, thank you. @neodix42
Transaction transaction = Transaction.deserialize(CellSlice.beginParse(CellBuilder.beginCell().fromBocBase64(rawTransaction.getData()).endCell()));
No branches or pull requests
Code: ExtMessageInfo extMessageInfo = contract.send(walletV5Config);
Transfer result:
{
"error": {
"code": 0,
"type": "error"
},
"hash": "v2wH25gUeBzHflwGo/EHddhVO5axtIZZbgKF2mmtUgY=",
"type": "raw.extMessageInfo"
}
Can I retrieve the transaction result based on this hash? I need to know the status and detailed information of this transaction.
The text was updated successfully, but these errors were encountered: