You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am swapping notcoin through proxyTon and sending the transaction using tonconnect. Everything seems fine, and the transaction is confirmed on the blockchain. However, I am having trouble parsing the BOC. I don't know the details of the response data, but I know that the op is 2281714092.
The text was updated successfully, but these errors were encountered:
The cell creation is made in the create*Body contracts method.
If, for some reason, you need to parse BOC you can take a look at the createJettonTransferMessage and create*Body functions and just read from the BOC value by values according to the way it was packed.
For reference, you can take a look at this code where we read data about the router from the BOC by knowing the order and type of values, stored in the BOC
Here is my example:
I am swapping
notcoin
throughproxyTon
and sending the transaction using tonconnect. Everything seems fine, and the transaction is confirmed on the blockchain. However, I am having trouble parsing the BOC. I don't know the details of the response data, but I know that theop
is2281714092
.The text was updated successfully, but these errors were encountered: