Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CFT: Remove CFTokenPage structure #150

Merged
merged 5 commits into from
Nov 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update XLS-0033d-compact-fungible-tokens/README.md
sappenin authored Nov 29, 2023
commit 161fdbf375942167641813f822f1d9440a6a432a
2 changes: 1 addition & 1 deletion XLS-0033d-compact-fungible-tokens/README.md
Original file line number Diff line number Diff line change
@@ -173,7 +173,7 @@ Each **`CFTokenIssuance`** costs an incremental reserve to the owner account. Th
The **`CFToken`** object represents an amount of a token held by an account that is **not** the token issuer. CFTs are acquired via ordinary Payment or DEX transactions, and can optionally be redeemed or exchanged using these same types of transactions. The object key of the `CFToken` is derived from hashing the space key, holder's address and the `CFTokenIssuanceID`.
sappenin marked this conversation as resolved.
Show resolved Hide resolved

##### 1.2.1.2.1 Fields
A **`CFToken`** object can have the following required and optional fields. The key of each CFToken is stored in a CFT directory designated for a particular `CFTokenIssuance`.
A **`CFToken`** object can have the following fields. The key of each CFToken is stored in the Owner Directory for the account that holds the `CFToken`.

| Field Name | Required? | JSON Type | Internal Type |
| --------------------- |--------------------|-----------|---------------|