xssnick / tonutils-go

TON SDK Library in pure Golang for interacting with The Open Network ecosystem using native protocols, such as ADNL, RLDP and etc.
Apache License 2.0
535 stars 109 forks source link

How can get `tx hash` from `boc` ? #267

Open kasrakhamesi opened 2 weeks ago

kasrakhamesi commented 2 weeks ago

please write code or help me to how can convert boc to transaction hash ?

xssnick commented 2 weeks ago
cl := cell.FromBoc(boc)
cl.Hash()