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 is the touch method on a slice in the wallet smart contract?

I see that there is a touch method in the wallet v4 contract:

https://github.com/ton-blockchain/wallet-contract/blob/main/func/wallet-v4-code.fc#L90

What exactly does it do?


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

Votes Newest

Answers


Please refer this https://ton.org/docs/develop/smart-contracts/guidelines/tips#example
It will place variable "cs" on top of the stack and then reduce gas to interact with this variable.

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