Transfers a compressed NFT from one account to another.
const transactionBuilder = metaplex .nfts() .builders() .transfer({ nftOrSft, toOwner, compression, });
Generated using TypeDoc
Transfers a compressed NFT from one account to another.