How can i transfer sui token like usdc

It’s as easy as doing:

txb.transferObjects([object1, object2], '0xSomeSuiAddress');

More here:https://sdk.mystenlabs.com/typescript/transaction-building/basics

2 Likes