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
mint_to_checked
mint_authority
owner
I believe this instruction has the wrong parameter name:
solana-program-library/token/program-2022/src/instruction.rs
Line 1694 in 559e2ec
As per the documentation on this instruction variant, this account is the mint authority:
Line 379 in 559e2ec
Even though in the multi-sig case this can be the multi-sig account, it's still in regards to the "minting tokens authority".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I believe this instruction has the wrong parameter name:
solana-program-library/token/program-2022/src/instruction.rs
Line 1694 in 559e2ec
As per the documentation on this instruction variant, this account is the mint authority:
solana-program-library/token/program-2022/src/instruction.rs
Line 379 in 559e2ec
Even though in the multi-sig case this can be the multi-sig account, it's still in regards to the "minting tokens authority".
The text was updated successfully, but these errors were encountered: