Skip to content

Commit 9499a6e

Browse files
committed
jetton-batches-link-added
1 parent 91495cb commit 9499a6e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/develop/dapps/asset-processing/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ It is suggested to accept deposits across multiple wallets on your side.
4040

4141
#### Jetton Withdrawals
4242
- [JS code to withdraw (send) jettons from a wallet](https://github.com/toncenter/examples/blob/main/withdrawals-jettons-highload.js)
43+
- [JS code to withdraw (send) jettons from a wallet in batches](https://github.com/toncenter/examples/blob/main/withdrawals-jettons-highload-batch.js)
4344

4445
- [Detailed info](https://docs.ton.org/develop/dapps/asset-processing/jettons)
4546

docs/develop/dapps/asset-processing/jettons.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Best practices with comments on jettons processing:
1010

1111
- [JS algo to jettons withdrawals](https://github.com/toncenter/examples/blob/main/withdrawals-jettons-highload.js)
1212

13+
- [JS code to withdraw (send) jettons from a wallet in batches](https://github.com/toncenter/examples/blob/main/withdrawals-jettons-highload-batch.js)
14+
1315
:::info Transaction Confirmation
1416
TON transactions are irreversible after just one confirmation. For the best user experience, it is suggested to avoid waiting on additional blocks once transactions are finalized on the TON Blockchain. Read more in the [Catchain.pdf](https://docs.ton.org/catchain.pdf#page=3).
1517
:::

0 commit comments

Comments
 (0)