We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As mentioned in https://github.com/Turbin3/poseidon/blob/master/docs/src/mapping-into-anchor/cpi.md, only certain functions from TokenProgram and SystemProgram are allowed as valid CPI calls with Poseidon as of now. This means we can't use CPI calls for any other third party program, severely limiting functionality.
TokenProgram
SystemProgram
This issue is blocking TypeScript program updates for solana-developers/program-examples
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As mentioned in https://github.com/Turbin3/poseidon/blob/master/docs/src/mapping-into-anchor/cpi.md, only certain functions from
TokenProgram
andSystemProgram
are allowed as valid CPI calls with Poseidon as of now. This means we can't use CPI calls for any other third party program, severely limiting functionality.This issue is blocking TypeScript program updates for solana-developers/program-examples
The text was updated successfully, but these errors were encountered: