Skip to content

Commit

Permalink
jetton_processing_scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
reveloper committed Nov 20, 2023
1 parent 50b0f47 commit fb3b847
Show file tree
Hide file tree
Showing 4 changed files with 523 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/develop/dapps/asset-processing/jettons.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,10 @@ in the wallet to pay the required gas fees.

Communication between Jetton wallets and TON wallets occurs through the following communication sequence:

![](message_layouts.png)
![](/img/docs/asset-processing/jetton_transfer.svg)


`Sender -> sender' jetton wallet` means the transfer message body contains the following data:
`Sender -> sender' jetton wallet` means the _transfer_ message body contains the following data:


| Name | Type |
Expand Down
2 changes: 1 addition & 1 deletion docs/develop/smart-contracts/testing/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Check test suites used for TON Ecosystem contracts and learn by examples.
* [governance_tests](https://github.com/Trinketer22/governance_tests/blob/master/elector_tests/tests/complaint-test.fc)
* [MassSender.spec.ts](https://github.com/Gusarich/ton-mass-sender/blob/main/tests/MassSender.spec.ts)
* [TonForwarder.spec.ts](https://github.com/TrueCarry/ton-contract-forwarder/blob/main/src/contracts/ton-forwarder/TonForwarder.spec.ts)

* [Assurer.spec.ts](https://github.com/aSpite/dominant-assurance-contract/blob/main/tests/Assurer.spec.ts)

## See Also
* [Blueprint](/develop/smart-contracts/sdk/javascript)
Expand Down
Loading

0 comments on commit fb3b847

Please sign in to comment.