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
Error: Unable to execute get method. Got exit_code: -13

Hello, dear TON developpers

I'm getting an error when running a getter .ts script. Name of the getter method in the smart contract(it's deployed with the getter) matches my wrapper call.

https://drive.google.com/file/d/1XgxbQho-51QVi8nF6n3k9h9qAlAMrhm9/view?usp=share_link – getter in func smart contract
https://drive.google.com/file/d/19TDWkkwjkPQkEN8u3nWewCC3vW-iL09G/view?usp=share_link – getWalletData script .ts

https://drive.google.com/file/d/19TDWkkwjkPQkEN8u3nWewCC3vW-iL09G/view?usp=share_link – jetton wallet wrapper .ts
https://drive.google.com/file/d/1W3twTuxVSyGRVBrP_KMyZclFrY8Ax2sK/view?usp=share_link _ error message I'm getting

Thank you in advance!

1
1
Posted 3 months ago
Votes Newest

Answers

1K Views
0 Answers
3 months ago
3 months ago