How do I initiate a USDT SPL transfer transaction?
Closed this issue · 4 comments
pengbotter commented
How do I initiate a USDT SPL transfer transaction?
pengbotter commented
https://blocto.github.io/solana-go-sdk/tour/token-transfer.html
Can feePayer and alice be aliceTokenRandomTokenPubkey?
pengbotter commented
I hope to implement a transfer process by only passing in the sender and receiver, the mint address, and the sending amount.
pengbotter commented
I hope the ata account is obtained and not hard-coded, because I don’t know where my ata account comes from?