Skip to content

Commit

Permalink
add new role
Browse files Browse the repository at this point in the history
  • Loading branch information
BeniaminDrasovean committed Nov 21, 2023
1 parent 02b8c2d commit 3c058f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ const ESDTRoleModifyCreator = "ESDTRoleModifyCreator"
// ESDTRoleNFTRecreate represents the role which can recreate the token metadata
const ESDTRoleNFTRecreate = "ESDTRoleNFTRecreate"

// ESDTRoleNFTUpdate represents the role which can update the token metadata
const ESDTRoleNFTUpdate = "ESDTRoleNFTUpdate"

// ESDTType defines the possible types in case of ESDT tokens
type ESDTType uint32

Expand Down

0 comments on commit 3c058f8

Please sign in to comment.