Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

createTransferInstruction not available in typescript package #58

Open
mordonez-me opened this issue Oct 27, 2023 · 2 comments
Open

createTransferInstruction not available in typescript package #58

mordonez-me opened this issue Oct 27, 2023 · 2 comments

Comments

@mordonez-me
Copy link

Solana docs, videos, and all information published about transferring a compressed point to the function createTransferInstruction but is not available in the current version:

image

Version 3.0.0

Thanks

@danenbm
Copy link
Contributor

danenbm commented Jan 13, 2024

I'm sorry we didn't respond sooner. The reason for this is that that function is in the js-solita library, which is a previous designed version. Version 3.0.0 is the new Umi library.

So currently, Umi is 3.1.0 and the most recent Solita version (which has createTransferInstruction) is 0.10.0.

If you you look in the js-solita client tests at https://github.com/metaplex-foundation/mpl-bubblegum/blob/main/clients/js-solita/tests/main.test.ts you can see that function being used.

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

No branches or pull requests

2 participants