Unanswered
Highload wallet doesnt use explicit seqno, it uses a short lived cache using a dictionary, and the key for each transaction is the query id.
So if you want to guarantee that the 100 transactions were sent successfully you should query your wallet adress using getTransactions API using a toncenter service (or others) and verify that the external transaction created a 100 output messages
637 Views
0
Answers
2 years ago
2 years ago
Could it create less than the specified amount of outgoing messages? Could any individual outgoing message fail?