Skip to content
Open
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
fix: compressed NFT /state description
  • Loading branch information
krigga authored Jul 25, 2024
commit dc0666d2aba22e1182bfc9812ec16df23c18374c
2 changes: 1 addition & 1 deletion text/0000-compressed-nft-standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ MUST return a JSON object with the following fields:
| Name | Type | Description |
| --- | --- | --- |
| last_index | number | The index of the last item in the item list. Enumeration of items past this index cannot be done |
| address | string | The address of the collection smart contract that this API augments. Encoded as user-friendly url-safe address string |
| address | string | The address of the collection smart contract that this API augments. Encoded as raw address string |

Other fields MAY be returned.

Expand Down