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
While testing my contracts, I'll call them A, B and C, my A contract sends message to B, then B sends to C.
In my test case I send message to A. The SendMessageResult, after awaiting the send method, returns a set of messages, containing my sender and A contract interactions, but there is no B->C messages.
I assume its because of TON transactions flow, but I can't test my contracts behavior properly.
Are there facilities of being able to get the full chain messages by its transaction?
The text was updated successfully, but these errors were encountered:
While testing my contracts, I'll call them A, B and C, my A contract sends message to B, then B sends to C.
In my test case I send message to A. The
SendMessageResult
, after awaiting thesend
method, returns a set of messages, containing my sender and A contract interactions, but there is no B->C messages.I assume its because of TON transactions flow, but I can't test my contracts behavior properly.
Are there facilities of being able to get the full chain messages by its transaction?
The text was updated successfully, but these errors were encountered: