-
Hi Nice to meet you. const messageBody = beginCell()
And I'm trying to send test 1 USDT. This is my test USDT Master Address : kQAau4V6DsCRy_fmfDymJO5H_kLnIkjjKYLkXbBM0PZ1rtZy I don't understand the difference between jetton address and wallet address. It seems like difference between wallet address and token account address in solana. Please let me know what did I make mistake in my code. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
const messageBody = beginCell()
|
Beta Was this translation helpful? Give feedback.
const messageBody = beginCell()
.storeUint(0x0f8a7ea5, 32)
.storeUint(0, 64)
.storeCoins(5001) //Enter Jetton value instead of 5001.
.storeAddress(Address.parse(toAddress))
.storeAddress(Address.parse(toAddress))
.storeBit(0)
.storeCoins(0)
.storeBit(0)
.endCell()