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

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

Closed zy166317 closed 3 months ago

zy166317 commented 3 months ago

image

xssnick commented 3 months ago

Ah, block should be a shard block where this transaction has happened. Maybe it will be simpler for you to call ListTransactions on account and find it

zy166317 commented 3 months ago

Ah, block should be a shard block where this transaction has happened. Maybe it will be simpler for you to call ListTransactions on account and find it

@xssnick iwant to know transaction struct params description

xssnick commented 3 months ago

https://docs.ton.org/develop/data-formats/transaction-layout

zy166317 commented 3 months ago

https://docs.ton.org/develop/data-formats/transaction-layout

thanks