XaBbl4 / pytonconnect

Python SDK for TON Connect 2.0
Apache License 2.0
41 stars 10 forks source link

Is it possible to get message hash after sending the transaction? #3

Closed alan890104 closed 4 months ago

alan890104 commented 4 months ago

I want to get message hash after connector.send_transaction, as TON CENTER does.

Discussion

https://t.me/tondev_eng/44207

XaBbl4 commented 4 months ago

Try get hash from received boc after send_transaction: Cell.one_from_boc(result['boc']).hash.hex() and use api toncenter.com/api/v3/transactionsByMessage

alan890104 commented 4 months ago

Thank you for your explanation! I will close this issue.