We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a859516 commit aaa1fd4Copy full SHA for aaa1fd4
docs/develop/dapps/ton-connect/message-builders.mdx
@@ -438,7 +438,7 @@ The `messageBody` for Jetton Transfer([TEP-74](https://github.com/ton-blockchain
438
.endCell();
439
440
const body = beginCell()
441
- .storeUint(0x0f8a7ea5, 32) // opcode for jetton transfer
+ .storeUint(0xf8a7ea5, 32) // opcode for jetton transfer
442
.storeUint(0, 64) // query id
443
.storeCoins(toNano(5)) // jetton amount, amount * 10^9
444
.storeAddress(destinationAddress) // TON wallet destination address
0 commit comments