diff --git a/docs/tokens/nft-tokens.mdx b/docs/tokens/nft-tokens.mdx index de18f1e4..ea599d1c 100644 --- a/docs/tokens/nft-tokens.mdx +++ b/docs/tokens/nft-tokens.mdx @@ -305,9 +305,11 @@ For SFT: - ESDTRoleNFTBurn : this role allows one to burn quantity of a specific SFT - ESDTRoleNFTAddQuantity : this role allows one to add quantity of a specific SFT - ESDTTransferRole : this role enables transfer only to specified addresses. The addresses with the transfer role can transfer anywhere. +- ESDTRoleNFTUpdate : this role allows one to update meta data attributes of a specific NFT - ESDTRoleModifyRoyalties : this role allows one to modify royalities of a specific NFT - ESDTRoleSetNewURI : this role allows one to set new uris of a specific NFT - ESDTRoleModifyCreator : this role allows one to rewrite the creator of a specific token +- ESDTRoleNFTRecreate : this role allows one to recreate the whole NFT with new attributes To see how roles can be assigned, please refer to [this](/tokens/nft-tokens#assigning-roles) section.