You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
idl.json
file. See how the program defines it to access that information.pnpm generate
.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:
The text was updated successfully, but these errors were encountered: