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
464 stars 95 forks source link

how to get jetton USDT transfer detail by transaction hash? #209

Open zy166317 opened 1 month ago

xssnick commented 1 month ago

Hi, to get transaction you need address, lt and hash and use method GetTransaction or ListTransactions, then you can parse it same as here https://github.com/xssnick/tonutils-go/blob/98d6edeb0844fad7383270d8d8e80f31eb2e7286/example/accept-payments/main.go#L72-L91