You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can get your wallet contract address using contract.address.toString()
Memo is a comment on transactions coming to the wallet, the wallet does not have such a parameter. It is necessary to identify the recipient of the transfer to exchanges, for example
You can get your wallet contract address using contract.address.toString() Memo is a comment on transactions coming to the wallet, the wallet does not have such a parameter. It is necessary to identify the recipient of the transfer to exchanges, for example
I try to send Ton from my wallet I created to another wallet on Bybit, they required me to send input Memo while sending, but since there is no place to input memo In my code, I just send it like that without putting the memo, till today I didn't see the Ton inside my Bybit account
const { TonClient, WalletContractV4, internal } = require("@ton/ton");
const { mnemonicNew, mnemonicToPrivateKey } = require("@ton/crypto");
The text was updated successfully, but these errors were encountered: