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
Sorry. I don't have permission to reopen issue so had to open new one. So yeah:
MoonshotInstruction::TokenMint(ref mint) => { log::info!("TokenMint: signature: {signature}, mint: {mint:?}"); let accounts = TokenMint::arrange_accounts(&instruction.accounts).unwrap(); // do something }
Example tx: https://solscan.io/tx/3bYLgdafmhkUCDRYz7jQESKmJtWH517rqPjuna3SRKNeFFGcDgi2ParJk64FuMc3a5Kg9y9BmasUVGvTvemQkB6U
The token mint is not caught.
Extra info: Buy and Sell instructions are caught so np there
The text was updated successfully, but these errors were encountered:
that part is the most strange...
Sorry, something went wrong.
sonicfromnewyoke
Successfully merging a pull request may close this issue.
Sorry. I don't have permission to reopen issue so had to open new one. So yeah:
Example tx: https://solscan.io/tx/3bYLgdafmhkUCDRYz7jQESKmJtWH517rqPjuna3SRKNeFFGcDgi2ParJk64FuMc3a5Kg9y9BmasUVGvTvemQkB6U
The token mint is not caught.
Extra info: Buy and Sell instructions are caught so np there
The text was updated successfully, but these errors were encountered: