Send tokens from one account to another.
const transactionBuilder = await metaplex .tokens() .builders() .send({ mintAddress, toOwner, amount: token(100), });
Generated using TypeDoc
Send tokens from one account to another.