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