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 can i get one transcation info by hash? #187

Closed zy166317 closed 3 months ago

xssnick commented 3 months ago

You can't, need an index for this. But you can get transaction by address + lt, using this methid

zy166317 commented 3 months ago

@xssnick i only want use GetTransaction method get one transcation by address+lt,please give me use this method demo.thank you

Wbqqqq commented 2 months ago

so, if I only have transcation hash, how can I find it? the sdk don't support, right? but https://tonscan.org/blocks can search