Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
What number to use for multiplying Jettons?

One Toncoin consists of one billion (10 to the power of 9) nanotons. So when dealing with Toncoins, you sometimes need to multiply by a billion. What about Jettons created with minter.ton.org? Is there a specific number to multiply them?


This question was imported from Telegram Chat: https://t.me/tondev/131156

  
  
Posted one year ago
Votes Newest

Answers


When someone creates new Jetton using minter.ton.org, the multiplier (precision) must be specified in corresponding input field ("The decimal precision of your token (9 is TON default)").

For later, you must read Jetton metadata to know this value.

  
  
Posted one year ago
13K Views
1 Answer
one year ago
one year ago
Tags