Skip to content

Commit feeb06a

Browse files
committed
feat: add more token instrucions enum type
1 parent 392ff05 commit feeb06a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

program/tokenprog/instruction.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ const (
2727
InstructionBurnChecked
2828
InstructionInitializeAccount2
2929
InstructionSyncNative
30+
InitializeAccount3
31+
InitializeMultisig2
32+
InitializeMint2
3033
)
3134

3235
// InitializeMint init a mint, if you don't need to freeze, pass the empty pubKey common.PublicKey{}

0 commit comments

Comments
 (0)