Skip to content

Commit

Permalink
feat: add more token instrucions enum type
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Aug 28, 2021
1 parent 392ff05 commit feeb06a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions program/tokenprog/instruction.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ const (
InstructionBurnChecked
InstructionInitializeAccount2
InstructionSyncNative
InitializeAccount3
InitializeMultisig2
InitializeMint2
)

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

0 comments on commit feeb06a

Please sign in to comment.