ton-core / ton

Most popular TON Typescript Library
MIT License
69 stars 56 forks source link

Transaction Hash after TonClient.send() #35

Open Torakushi opened 5 months ago

Torakushi commented 5 months ago

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