continuation-team / TonSdk.NET

Native .Net Sdk for TON Blockchain and other TVM-based blockchains
https://TonSdk.NET
MIT License
57 stars 16 forks source link

How to read jetton transfer data #88

Open sc-starman opened 1 month ago

sc-starman commented 1 month ago

Hi is it possible to extract amount and contract address of the transfered jetton from transactions toncenter v3 API using TonSdk ?

purpleguy99 commented 1 month ago

Yea, use core types and tools to parse transfer data, also you can make your own custom method call and deserializing using HttpApiV3.CustomGetMethodCall();