solana-go-sdk icon indicating copy to clipboard operation
solana-go-sdk copied to clipboard

How do I initiate a USDT SPL transfer transaction?

Open pengbotter opened this issue 1 year ago • 3 comments

I hope that I only need the desktop sender's private key, the receiver's invoice, the sending amount, and the corresponding minting address to send the corresponding SPL, because I don't know how to obtain the ata account?

pengbotter avatar Apr 02 '24 03:04 pengbotter

https://blocto.github.io/solana-go-sdk/tour/token-transfer.html

pengbotter avatar Apr 02 '24 03:04 pengbotter

What's the meaning of the variable: aliceTokenRandomTokenPubkey,?

cryptothunder avatar Apr 26 '24 06:04 cryptothunder

aliceTokenRandomTokenPubkey: should be the fromaddressATA ,which is right ,check it

cryptothunder avatar Apr 26 '24 07:04 cryptothunder