You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to retrieve my transaction Hash after sending a Cell to the network using TonClient.send(...)
I saw something in Ton Cookbook using getTransaction and a retry mechanism but TonClient.send(...) returns a void promise so I don't know how they got their example to work.
Ideally, it would be easier to know how the transaction Hash is calculated knowing the Cell we are sending
The text was updated successfully, but these errors were encountered:
Hello,
I would like to retrieve my transaction Hash after sending a Cell to the network using
TonClient.send(...)
I saw something in Ton Cookbook using
getTransaction
and a retry mechanism but TonClient.send(...) returns a void promise so I don't know how they got their example to work.Ideally, it would be easier to know how the transaction Hash is calculated knowing the Cell we are sending
The text was updated successfully, but these errors were encountered: