Transfers an NFT or SFT from one account to another.
await metaplex.nfts().transfer({ nftOrSft, toOwner, amount: token(5),});
Generated using TypeDoc
Transfers an NFT or SFT from one account to another.