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

Questions with tag tonweb

Questions with tag tonweb

Tags
Sorting
Results
per page
Filter

   
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
I've been trying to reuse a wallet deleted by DESTROY_ACCOUNT_IF_ZERO (32) flag. The way I do the transfer: Imagine we have 2 wallets: A and B. 1. We transfe...
1 Votes
2 Answers
11K Views
1 Votes 2 Answers 11K Views
I'm trying to send jettons from one wallet to another. For this I use the library tonweb. Whenever i send transaction, i get a zero amount of tokens. Why is ...
7 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I am using TonWeb to get data from a Jetton wallet: javascript let res = new TonWeb.token.jetton.JettonWallet( tonweb.provider, { ownerAddress: new TonWeb.Ad...
11 months ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
How can I connect MyLocalTon using TonWeb? > This question was imported from Telegram Chat: https://t.me/tondev_eng/1380
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Given a smart contract, how do I deploy it using the TonWeb SDK? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8841
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
What the best way to get all NFTs an address owns? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8851
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
What would be the best method to check if my address received a payment with a specific message? Is 'getTransactions' method okay? ---- This question was imp...
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
Can anyone explain how to get the result of transaction after sending it? The TonSDK send transaction method is returning .boc. Also, how can I get the statu...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
I am getting an error with TonWeb - "tonweb/src/boc/Cell.js:347 const prefix = serializedBoc.slice(0, 4); TypeError: serializedBoc.slice is not a function." ...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Hello! I have a question regarding crafting a transaction using Tonweb. I attached the SENDER seqno using wallet.methods.seqno().call(), and then sent the tr...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
I made a transfer request via the tonweb JavaScript SDK: javascript (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); retu...
one year ago
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K Views
Where can I find the format of transactions returned by the TonWeb getTransactions() method? Specifically, the format of the 'message' and 'msg_data' fields ...
one year ago
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K Views
I'm working with the TonWeb JavaScript library. It requires a provider URL on init: js const providerEndpoint = 'https://PROVIDER-URL-HERE'; const tonweb = n...
one year ago
2 Votes
1 Answers
21K Views
2 Votes 1 Answers 21K Views
I'm writing a simple DApp on TON blockchain and using the tonweb JavaScript library to interact with it. I need to first send a transaction, and then after i...
Daniil Sedov
219 × 6 Administrator