continuation-team / unity-ton-connect

MIT License
19 stars 4 forks source link

Problems with adding comments to transactions after they have been sent #10

Closed hina90 closed 5 days ago

hina90 commented 5 days ago

How do I send a comment message in a trade? For example, I bring a json data to add to the transaction to send, here is my code:image

After the transaction was completed I looked at the data on the chain to see the payload as follows:

image

My question is: the value value in the body below is a string of codes, and the opcode seems to be prompting a problem, how do I get the json data sent in my transaction? Thank you for your help!

image