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
Seems like constructor already have defined 'nonce' parameter under the hood so following syntax will not use defined parameter:
pub fn new( &mut self, ctx: Context<New>, nonce: u8, ) -> ProgramResult {}
The text was updated successfully, but these errors were encountered:
program_id
accounts
Closing in favor of the original #55.
Sorry, something went wrong.
No branches or pull requests
Seems like constructor already have defined 'nonce' parameter under the hood so following syntax will not use defined parameter:
The text was updated successfully, but these errors were encountered: