Closed 3ww3-latiao closed 1 week ago
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
.