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
15 changes: 8 additions & 7 deletions text/0000-compressed-jetton-standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,17 @@ After that standard transfer operation should be executed.

## Indexation and api



### Custom payload and indexation API

Described in [Jetton Offchain Payloads](https://github.com/ton-blockchain/TEPs/blob/master/text/0000-jetton-offchain-payloads.md) TEP.

### GetMethods

This comment was marked as spam.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0x460a252b4feefa821d3351731220627d7b7d1f3d

###

In metadate stored according to [Metadata standard](https://github.com/ton-blockchain/TEPs/blob/master/text/0064-token-data-standard.md)
should be added field "mintles_merkle_dump_uri" with `string` type in json or `ContentData` type in TL-B:

`mintles_merkle_dump_uri` pointed to binary file contains BoC with merkle tree of all jettons wallets.

Method `is_minted()` for jetton wallets returns `bool` whether jetton is minted or not.
## GetMethods

//TODO: make better naming
Method `get_merkle_dump()` returns (int256 merkle_hash, cell uri) where `uri` is the **final** (i.e. including any postfixes) root URI
in `SnakeText` format **without a trailing slash `/`** pointed to BoC with merkle tree dump (as file or to directory with files).
Method `is_claimed()` for jetton wallets returns `bool` whether jetton is minted or not.