ton-blockchain / ton-connect

Apache License 2.0
61 stars 19 forks source link

Update requests-responses.md #29

Open xtonwallet opened 1 year ago

xtonwallet commented 1 year ago

DApp has to know not only the common result for all messages in a transaction, but also an intermediate result of all messages runs. For example, what if an one from 4 messages won't be sent by an internal error (for example due to validUntil parameter), then better to return results per messages to the DApp, which can resend only this one not performed message.