Skip to content

Commit

Permalink
Merge pull request #18 from ElrondNetwork/const-multi-nft-create
Browse files Browse the repository at this point in the history
new constants for esdts
  • Loading branch information
sasurobert authored Sep 14, 2021
2 parents 2e5b590 + 03e4829 commit b02b3f7
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 @@ -114,6 +114,9 @@ const ESDTRoleLocalBurn = "ESDTRoleLocalBurn"
// ESDTRoleNFTCreate is the constant string for the local role of create for ESDT NFT tokens
const ESDTRoleNFTCreate = "ESDTRoleNFTCreate"

// ESDTRoleNFTCreateMultiShard is the constant string for the local role of create for ESDT NFT tokens multishard
const ESDTRoleNFTCreateMultiShard = "ESDTRoleNFTCreateMultiShard"

// ESDTRoleNFTAddQuantity is the constant string for the local role of adding quantity for existing ESDT NFT tokens
const ESDTRoleNFTAddQuantity = "ESDTRoleNFTAddQuantity"

Expand Down

0 comments on commit b02b3f7

Please sign in to comment.