blocto/solana-go-sdk

How do I initiate a USDT SPL transfer transaction?

Closed this issue · 4 comments

How do I initiate a USDT SPL transfer transaction?

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

Can feePayer and alice be aliceTokenRandomTokenPubkey?

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

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