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 transaction

Questions with tag transaction

Tags
Sorting
Results
per page
Filter

   
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K 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...
2 years ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
I would like to see an example of how to compose the body of a transaction for transferring Jettons. Is there such an example somewhere? --- > This question ...
1 Votes
0 Answers
15K Views
1 Votes 0 Answers 15K 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...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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...
2 years ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
On other blockchains such as Ethereum I've encountered a concept of "block confirmations". It means that transaction is considered "complete" and irreversibl...
one year ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
I have a question that might be silly. If I get it right, declined transactions do not increment the seqno of the sender wallet. Can it lead to a situation w...
one year ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
I'm used to timestamps in Unix time, where digits stand for the seconds passed since 1970. Logical time on TON is also a long number, but it seems different....
one year ago
0 Votes
1 Answers
26K Views
0 Votes 1 Answers 26K 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...
2 years ago
1 Votes
1 Answers
17K Views
1 Votes 1 Answers 17K Views
I'm new to TON. I know that each message in TON has its lt (Logical time) to track the order of events. But is logical time unique for each transaction or ca...
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K 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
2 Answers
16K Views
0 Votes 2 Answers 16K Views
Hey, i am getting this error while trasnfer NFT. I can't find this error anywhere. i have used as ton metion in their docs. please help me why i am geeting t...
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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
0 Answers
14K Views
0 Votes 0 Answers 14K Views
I need to send Toncoins to many different wallets at once. So instead of sending lots of transactions one by one, I would be happy to use something that lets...
one year ago
1 Votes
1 Answers
8K Views
1 Votes 1 Answers 8K Views
In TON, messages are used to send data and instructions to smart contracts. Sometimes, these messages can contain large amounts of data such as media files, ...
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K Views
// Create a transfer const seqno: number = await contract.getSeqno(); const transfer = await contract.createTransfer({ seqno, secretKey: keyPair.secretKey, m...
one year ago
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
I'd like to get updates regarding transactions as soon as possible. Do I get it right that the validators are the first to know about the new transactions, a...
one year ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K 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
2 Answers
8K Views
1 Votes 2 Answers 8K Views
Hello everyone, please explain: ```` () send_message_back(addr, ans_tag, query_id, body, grams, mode) impure inline_ref { ;; int_msg_info$0 ihr_disabled:Bool...
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
I have a simple transfer from a TON wallet to a contract. It has a comment: "2". Is there a way to parse this comment within the recv_internal function? Here...
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K 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 ...
2 years ago
2 Votes
1 Answers
21K Views
2 Votes 1 Answers 21K Views
I made a transfer request via the tonweb JavaScript SDK: javascript (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); retu...
2 years ago
0 Votes
1 Answers
34K Views
0 Votes 1 Answers 34K 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...
2 years ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
How can I transfer TON in PHP? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8808
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
I want to make sure that transfer was success using this method response tonConnectUI.sendTransaction() I am using : React js @tonconnect/ui-react @ton/ton E...
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
i want to know which address is optional because i have define main wallet address many time. this is working example. i want to short this method if possibl...
1 Votes
1 Answers
14K Views
1 Votes 1 Answers 14K Views
The following content appears in this whitepaper (https://docs.ton.org/tblkch.pdf): > For instance, each outbound message created in a transaction is assigne...
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Suppose I use getTransactions, but instead of getting all of them I'm interested only ones that happened during the current month. How do I do that? --- > Th...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
What's the practical utility of internal non-bounceable messages? When would they be useful? --- > This question was imported by Telegram Chat: https://t.me/...
one year ago
3 Votes
1 Answers
20K Views
3 Votes 1 Answers 20K Views
As mentioned in this question: "3) Poll for the latest transactions from the Blockchain using your wallet account ID and match the transaction using the pre-...
one year ago
Show more results questions