From e2723e2a1ed7d819b58c5d15c6aa972a1cf74e8a Mon Sep 17 00:00:00 2001 From: ssd04 Date: Mon, 12 Aug 2024 12:37:55 +0300 Subject: [PATCH] small fixes --- docs/tokens/nft-tokens.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tokens/nft-tokens.mdx b/docs/tokens/nft-tokens.mdx index 9849eb34..8aa00435 100644 --- a/docs/tokens/nft-tokens.mdx +++ b/docs/tokens/nft-tokens.mdx @@ -722,7 +722,7 @@ ModifyRoyalitiesTransaction { GasLimit: 60000000 Data: "ESDTModifyRoyalties" + "@" + + - "@" + + + "@" + + "@" + } ``` @@ -758,7 +758,7 @@ _For more details about how arguments have to be encoded, check [here](/develope ### **Modify Creator** -[comment]: - only for dynamic nfts, SFT, metaESDT (only for accounts that have metadata on system account) +[comment]: # - only for dynamic nfts, SFT, metaESDT (only for accounts that have metadata on system account) The creator of a token can be changed. For this, the token has to be moved to the new creator account. The new creator account requires `ESDTRoleModifyCreator` role. Also, the token has to be of dynamic type in order for this to work.