-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Address Lookup Table Usage #3294
Comments
I was able to create typescript bindings for all of the Instructions provided by the Address Lookup Table by reverse engineering the instruction formats. I might open source them in near future. For now, I am closing this issue. |
@saad039 That would be a great benefit to the community! If you add a PR similar to the stake program bindings in web3.js, like https://github.com/solana-labs/solana/blob/master/web3.js/src/stake-program.ts, then everyone would benefit, and you'd save us a lot of work to redo the bindings |
you can definitely create lookup table and add records to it similarly to what |
Are there any client bindings or a demo program making use of
Address Lookup Tables
that became a part of Solana in this pull request?The text was updated successfully, but these errors were encountered: