Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Can we transfer the NFTs created by metaplex using SPL transfer function ? #447

Open
aravinddojima opened this issue Dec 1, 2023 · 1 comment

Comments

@aravinddojima
Copy link

Suppose, If I have created NFTs using metaplex libraries.
Can I transfer those created NFTs using SPL token transfer function ?

 token::transfer(
            CpiContext::new(
                token_program.to_account_info(),
                token::Transfer {
                    from: sender_tokens.to_account_info(),
                    to: recipient_tokens.to_account_info(),
                    authority: sender.to_account_info(),
                },
            ),
            token_amount,
        )?;
@aravinddojima
Copy link
Author

Quick clarification is appreciated!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant