How to implement a transition in the Tonkeeper when sending a transaction from the webapp and back after confirmation?
I'm using a @tonconnect/ui js sdk and sending transactions as stated in the documentation:
const result = await app.tonConnectUI.sendTransaction(transaction, {
modals: ['before', 'success', 'error'],
notifications: ['before', 'success', 'error']
});
Oct 21, 2023, 2:00 PM