Optional interface for transaction status checking.
Signers implementing this interface enable post-confirmation failure detection:
after seqno-based confirmation succeeds, the facilitator can verify that the
Jetton transfer within the transaction actually completed (not just that
the external message was processed).
This adopts the transaction status tracking pattern from TON Connect v0.0.9.
Optional interface for transaction status checking.
Signers implementing this interface enable post-confirmation failure detection: after seqno-based confirmation succeeds, the facilitator can verify that the Jetton transfer within the transaction actually completed (not just that the external message was processed).
This adopts the transaction status tracking pattern from TON Connect v0.0.9.
See
https://github.com/ton-connect/kit (TEP-46 transaction status)