Telegram – how to show the transaction history of ton web
I make a request as in the manual and everything goes fine const walletContract = client.open(wallet); const seqno = await walletContract.getSeqno(); console.log(seqno); await walletContract.sendTransfer({ secretKey: key.secretKey, seqno: seqno, messages: [ internal({ to: "EQA4V9tF4lY2S_J-sEQR7aUj9IwW-Ou2vJQlCn--2DLOLR5e", value: "0.09", // 0.05 TON body: "Hello",…