toncenter / tonweb

JavaScript SDK for TON (The Open Network)
MIT License
531 stars 152 forks source link

How do i construct one transaction with few transfers? #144

Open style77 opened 4 months ago

style77 commented 4 months ago

I cannot find any example of creating messages, while looking through source code i found createTransferMessages, but it doesn't seem to be defined in TypeScript implementation.

Basically what im trying to achieve is to create one transaction that can be .send(), I already got wallet variable defined, now how do i perform jetton/token transfers and TON transfers in one transaction?