From 03e482927d1e0ff244f796b7313b3815f59a0296 Mon Sep 17 00:00:00 2001 From: Robert Sasu Date: Tue, 14 Sep 2021 09:54:34 +0300 Subject: [PATCH] new constants for esdts --- core/constants.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/constants.go b/core/constants.go index 74fb57150..b8d733a73 100644 --- a/core/constants.go +++ b/core/constants.go @@ -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"