Merge pull request #1962 from zgrguric/patch-4

Bullets corresponds to image in nftoken.md
This commit is contained in:
Dennis Dawson
2023-06-22 16:41:09 -07:00
committed by GitHub

View File

@@ -30,11 +30,15 @@ Unlike full-fledged [ledger entries](ledger-object-types.html), `NFToken` has no
This composite field uniquely identifies a token, and consists of the following sections.
1. 16 bits that identify flags or settings specific to the NFToken
2. 16 bits that encode the transfer fee associated with this NFToken, if any
3. A 160-bit account identifier of the issuer
4. A 32-bit issuer-specified [`NFTokenTaxon`](https://www.merriam-webster.com/dictionary/taxon)
5. An (automatically generated) monotonically increasing 32-bit sequence number.
A) 16 bits that identify flags or settings specific to the NFToken
B) 16 bits that encode the transfer fee associated with this NFToken, if any
C) A 160-bit account identifier of the issuer
D) A 32-bit issuer-specified [`NFTokenTaxon`](https://www.merriam-webster.com/dictionary/taxon)
E) An (automatically generated) monotonically increasing 32-bit sequence number.
![Token ID Breakdown](img/nftoken1.png "Token ID Breakdown")