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
Apparently in anchor if you do
#[account("my_namespace")] pub struct MyAccount { ... }
Your account discriminator sha256 pre-image becomes "my_namespace:{account_name}" instead of "account:{account_name}".
Haven't found an example of how that's represented in the IDL yet.
Reference: https://github.com/coral-xyz/anchor/blob/f79f9dab740cb6be0df678ec547c5c3b1209f518/lang/attribute/account/src/lib.rs#L74-L109
The text was updated successfully, but these errors were encountered:
Merge pull request #1 from vybenetwork/feature/update_dependencies
7fb6b4f
Feature/update dependencies.
No branches or pull requests
Apparently in anchor if you do
Your account discriminator sha256 pre-image becomes "my_namespace:{account_name}" instead of "account:{account_name}".
Haven't found an example of how that's represented in the IDL yet.
Reference: https://github.com/coral-xyz/anchor/blob/f79f9dab740cb6be0df678ec547c5c3b1209f518/lang/attribute/account/src/lib.rs#L74-L109
The text was updated successfully, but these errors were encountered: