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 2

10 months ago
How to send a TON transaction using Python
Как провести транзакцию в TON на python
I'm trying to get my head around TON Python libraries. But I don't get how can I send 1 TON coin from a wallet A to wallet B using code. How can I do it?
Пытаюсь разобраться с библиотеками TON для python, но совершенно не понимаю как мне с помощью кода отправить 1 TON с кошелька A на кошелек B. HELP PLEAS!
#library #python
#ton #python
11 months ago
Original
Как провести транзакцию в TON на python

Пытаюсь разобраться с библиотеками TON для python, но совершенно не понимаю как мне с помощью кода отправить 1 TON с кошелька A на кошелек B. HELP PLEAS!
#ton #python