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
Back to post

Revisions 3

6 months ago
Jeremy
384 × 5 Administrator
What is the easiest way to send a transaction with TonConnect 2.0?
Easiest way to send transaction
What's the easiest way to send a transaction with TonConnect 2.0? For example, ``` message: "contribute" value: "0.1 TON" address: "[SOME_ADDRESS]" ```
What's the easiest way to sendTransaction with TonConnect 2.0? For example, ``` message: "contribute" value: "0.1 TON" address: "[SOME_ADDRESS]" ```
#ton #ton-wallet #ton-connect
#ton #ton-wallet #ton-connect
6 months ago
Easiest way to send transaction
Easiest way to send transaction
What's the easiest way to sendTransaction with TonConnect 2.0? For example, ``` message: "contribute" value: "0.1 TON" address: "[SOME_ADDRESS]" ```
what's the easiest way to sendTransaction with TonConnect 2.0? for example, message: "contribute" value: "0.1 TON" address: "Something"
#ton #ton-wallet #ton-connect
#ton #ton-wallet #ton-connect
9 months ago
Original
Easiest way to send transaction

what's the easiest way to sendTransaction with TonConnect 2.0? for example, message: "contribute" value: "0.1 TON" address: "Something"
#ton #ton-wallet #ton-connect