I am using blueprint on my backend side to interact with my contract, how can I make sure that the tx went through, and it has no error in it?
the sequence no check might fail because I could have multiple tx happening at a given time, aslo if the tx is bounced back with error sequence no is still incrementing
how to resolve this?
Aug 25, 2023, 12:54 PM
Check the Toncenter/TON API. I remember there are a couple of ways to preview the Tx result, or to check the error code if there is one.
Aug 25, 2023, 2:14 PM
thank you on it!
Aug 25, 2023, 2:33 PM