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

Create associated token account idempotent instruction #194

Open
lucasoares opened this issue Apr 12, 2024 · 0 comments
Open

Create associated token account idempotent instruction #194

lucasoares opened this issue Apr 12, 2024 · 0 comments

Comments

@lucasoares
Copy link

Currently solana-go only allows creating non-idempotent instruction for the associatedtokenaccount.NewCreateInstructionBuilder program instruction.

It would be nice to allow it to be created using the idempotent solution, which is achieved by having a [1] uint8 bytearray as the instruction data.

I do not understand the gagliardetto/binary library's internals and don't know how the BaseVariant works. The current binary module doesn't have much documentation, but if you guide me it appears to be an easy PR.

Loved the work you have done with this library. I will be using it a lot for personal projects, and I want to know more about it to contribute. Thanks!

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

1 participant