We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392ff05 commit feeb06aCopy full SHA for feeb06a
1 file changed
program/tokenprog/instruction.go
@@ -27,6 +27,9 @@ const (
27
InstructionBurnChecked
28
InstructionInitializeAccount2
29
InstructionSyncNative
30
+ InitializeAccount3
31
+ InitializeMultisig2
32
+ InitializeMint2
33
)
34
35
// InitializeMint init a mint, if you don't need to freeze, pass the empty pubKey common.PublicKey{}
0 commit comments