Skip to content
New issue

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

Define IDL for initialize non transferable mint instruction #25

Closed
lorisleiva opened this issue Oct 11, 2024 · 0 comments
Closed

Define IDL for initialize non transferable mint instruction #25

lorisleiva opened this issue Oct 11, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@lorisleiva
Copy link
Member

The initialize non transferable mint instruction still needs to be defined in the idl.json file for it to be generated in the various clients.

The issue is a request to perform the following actions:

  • Define the initialize non transferable mint instruction in the idl.json file. See how the program defines it to access that information.
  • Run pnpm generate.
  • Add at least one test for this instruction by following the same structure as the existing tests.
  • When applicable, add the instruction in the getInitializeInstructionsForExtensions.ts helpers. This is only relevant if the instruction is used to initialize an extension in a mint or token account.

Here are some related PRs to get some inspiration from:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant