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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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

Questions with tag tvm

Questions with tag tvm

Tags
Sorting
Results
per page
0 Votes
1 Answers
112 Views
0 Votes 1 Answers 112 Views
So, is there no way to speed up the rate of confirmations? Are you saying that the exchanges are simply asking for too high a number? Also, is there any way ...
0 Votes
1 Answers
89 Views
0 Votes 1 Answers 89 Views
Hey all - does anyone know why ther are different addresses between the PoW giver contracts listed here: https://ton.org/docs/#/howto/pow-givers and the ones...
0 Votes
1 Answers
81 Views
0 Votes 1 Answers 81 Views
Does TON support EVM compatible? ----- > This question was import from: t.me/tondev_eng/2480 >
0 Votes
1 Answers
82 Views
0 Votes 1 Answers 82 Views
Assuming that I am an experienced developer that can properly read protocol level virtual machine programming, what is the repository of the TVM? --- > This ...
one month ago
1 Votes
1 Answers
119 Views
1 Votes 1 Answers 119 Views
Is the function recv_internal required to have certain arguments or is it completely up to what you want the message sender to send you? I've noticed some Fu...
one month ago
0 Votes
1 Answers
173 Views
0 Votes 1 Answers 173 Views
Follow the docs there:https://ton.org/docs/develop/func/overview back by the code: () send_money(slice address, int amount) impure inline { var msg = begin_c...
one month ago