Skip to content
New issue

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

Can I retrieve the transaction result based on this hash? I need to know the status and detailed information of this transaction. #72

Open
a402942988 opened this issue Oct 31, 2024 · 2 comments

Comments

@a402942988
Copy link

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.

@neodix42
Copy link
Owner

please see this response #77

@a402942988
Copy link
Author

a402942988 commented Dec 24, 2024

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()));

截屏2024-12-24 19 24 50 截屏2024-12-24 19 26 14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants