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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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 transactions

Questions with tag transactions

Tags
Sorting
Results
per page
0 Votes
1 Answers
197 Views
0 Votes 1 Answers 197 Views
How can I transfer TON in PHP? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8808
0 Votes
1 Answers
113 Views
0 Votes 1 Answers 113 Views
So, is there no way to speed up the rate of confirmations? Are you saying that the exchanges are simply asking for too high a number? Also, is there any way ...
0 Votes
1 Answers
103 Views
0 Votes 1 Answers 103 Views
What are compute_gas_fees and other_fee? They consume much more coins than gas fee. Is there a way to lower them? --- > Question imported from Telegram Chat:...
1 Votes
0 Answers
87 Views
1 Votes 0 Answers 87 Views
I'm trying to create a human-readable transaction graph, but haven't succeed yet. Maybe someone has seen successful examples on other blockchains? --- > This...
20 days ago
0 Votes
1 Answers
86 Views
0 Votes 1 Answers 86 Views
Hi I am trying to get all transactions for a given address and am working my way backwards in time. I'm making the following request (using last tx_hash and ...
0 Votes
1 Answers
62 Views
0 Votes 1 Answers 62 Views
If I want to take a block of transactions from TON blockchain and sort all of them in the order of execution, how should I do it? --- > This question was imp...
25 days ago
0 Votes
1 Answers
73 Views
0 Votes 1 Answers 73 Views
I have a wallet that has a jetton in it but no TON coins, so I can't send the jetton from it. I want to send a bit of TON to the wallet and after that send t...
25 days ago
0 Votes
1 Answers
77 Views
0 Votes 1 Answers 77 Views
I need to check in which block a specific transaction located, but I don't know if there exists an endpoint on the http-api to do this. --- > This question w...
28 days ago
0 Votes
1 Answers
84 Views
0 Votes 1 Answers 84 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 month ago
0 Votes
1 Answers
111 Views
0 Votes 1 Answers 111 Views
Is there a way to check how many transactions per second are there currently on the TON blockchain? The tonmon.xyz website is supposed to show this, but for ...
one month ago
0 Votes
1 Answers
128 Views
0 Votes 1 Answers 128 Views
I make transfer request via js-sdk : (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; This co...
0 Votes
1 Answers
105 Views
0 Votes 1 Answers 105 Views
Some projects like exchanges ask users to include memo (a comment) in the TON coin transaction. What is the purpose, isn't the address enough for identificat...
one month ago