Skip to content

Commit

Permalink
docs: add links to reference endo pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Jul 2, 2024
1 parent 0f144d2 commit 5ed33c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/reference/ertp-api/ertp-data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ There are several kinds of Assets.

- **AssetKind.NAT** : Used with fungible assets. **AmountValues** are natural numbers using the JavaScript [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) type to avoid overflow risks from using the usual JavaScript **Number** type.
- **AssetKind.SET** : Deprecated.
- **AssetKind.COPY_SET** : Used with non-fungible assets where there can't be duplicates (e.g., assigned seats in a stadium).
- **AssetKind.COPY_BAG** : Used with semi-fungible assets where there can be duplicates. The duplicates of the same asset are fungible with each other (e.g., weapons in a computer game).
- **AssetKind.COPY_SET** : Used with non-fungible assets where there can't be duplicates (e.g., assigned seats in a stadium). See more [here](https://endojs.github.io/endo/types/_endo_patterns.CopySet.html).
- **AssetKind.COPY_BAG** : Used with semi-fungible assets where there can be duplicates. The duplicates of the same asset are fungible with each other (e.g., weapons in a computer game). See more [here](https://endojs.github.io/endo/types/_endo_patterns.CopyBag.html).

Even though very different mathematical processes are performed,
**[AmountMath](./amount-math)** methods work for all kinds of assets.
Expand Down

0 comments on commit 5ed33c4

Please sign in to comment.