MarkSackerberg 1 anno fa
parent
commit
2e1d1e90e8
1 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 5 5
      src/pages/token-metadata/token-standard.md

+ 5 - 5
src/pages/token-metadata/token-standard.md

@@ -18,11 +18,11 @@ This solves a pain point for third parties such as wallets which, before this fi
 
 The Token Standard field can have the following values:
 
-- `NonFungible`: A non-fungible token with a Master Edition.
-- `FungibleAsset`: A token with metadata that can also have attributes, sometimes called Semi-Fungible.
-- `Fungible`: A token with simple metadata.
-- `NonFungibleEdition`: A non-fungible token with an Edition account (printed from a Master edition).
-- `ProgrammableNonFungible`: A special `NonFungible` token that is frozen at all times to enforce custom authorization rules.
+- `0` / `NonFungible`: A non-fungible token with a Master Edition.
+- `1` / `FungibleAsset` (1): A token with metadata that can also have attributes, sometimes called Semi-Fungible.
+- `2` / `Fungible` (2): A token with simple metadata.
+- `3 / `NonFungibleEdition` (3): A non-fungible token with an Edition account (printed from a Master edition).
+- `4` / `ProgrammableNonFungible` (4): A special `NonFungible` token that is frozen at all times to enforce custom authorization rules.
 
 It is important to note that the Token Standard is set automatically by the Token Metadata program and cannot be manually updated. It uses the following logic to apply the correct standard: