Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssd04 committed Aug 12, 2024
1 parent 553f398 commit e2723e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tokens/nft-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ ModifyRoyalitiesTransaction {
GasLimit: 60000000
Data: "ESDTModifyRoyalties" +
"@" + <token identifier in hexadecimal encoding> +
"@" + <NFT nonce in hexadecimal encoding> +
"@" + <token nonce in hexadecimal encoding> +
"@" + <new royalties in hexadecimal encoding>
}
```
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit e2723e2

Please sign in to comment.