Closed Imdavyking closed 3 months ago
found how to do it final tx = await jettonWallet.transfer( privateKey: privateKey, rpc: getRpc(), destination: TonAddress(to), forwardTonAmount: forwardTonAmount, jettonAmount: transferAmount, amount: feeAmount + forwardTonAmount, bounce: false, forwardPayload: memo == null ? null : TransactioUtils.buildMessageBody(memo), );
First and foremost, I really love your work 🙏👌 How do I use memo when sending jetticons?