blocto / solana-go-sdk

Solana Golang SDK
https://blocto.github.io/solana-go-sdk/
MIT License
375 stars 96 forks source link

How do I initiate a USDT SPL transfer transaction? #158

Closed pengbotter closed 6 months ago

pengbotter commented 6 months ago

How do I initiate a USDT SPL transfer transaction?

yihau commented 6 months ago

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

pengbotter commented 6 months ago

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

Can feePayer and alice be aliceTokenRandomTokenPubkey?

pengbotter commented 6 months ago

I hope to implement a transfer process by only passing in the sender and receiver, the mint address, and the sending amount.

pengbotter commented 6 months ago

I hope the ata account is obtained and not hard-coded, because I don’t know where my ata account comes from?