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
Unanswered
Transfer jetton destination address is not useable

I trnasfered some jetton to another wallet but response body destination address is not in a familiar format instead how can i convert this address into something that i can compare with my own jetton wallet address?

"body": {
        "type": "jetton_transfer",
        "query_id": 0,
        "amount": 1000000000000,
        "destination": {
          "type": "addr_std",
          "workchain_id": 0,
          "address": "28c33c2eab67fa99b41ac2177d1993e4c8d7c717f09f51d2a15b3f2b62665b32"
        },
        "response_destination": {
          "type": "addr_std",
          "workchain_id": 0,
          "address": "b406c5bbe23420825aebeff61bd372af180db17701b65b774979bcf1111be58a"
        }
      }
  
  
Posted 6 months ago
Edited 6 months ago
Votes Newest

Answers

6K Views
0 Answers
6 months ago
6 months ago
Tags