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
Back to post

Revisions 3

11 months ago
Jeremy
384 × 5 Administrator
How do I get the result and status of transactions with the TonWeb SDK?
Get result/status of transaction
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 status of this kind of response? When I check TON API & Toncenter they only accept transaction of hashes for querying transaction information.
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 status of this kind of response? When I check TON API & Toncenter they only accept transaction of hashes for querying transaction information.
#web #boc #tonweb
#web #boc #vue #tonweb
Get result/status of transaction
Get result/status of transaction
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 status of this kind of response? When I check TON API & Toncenter they only accept transaction of hashes for querying transaction information.
Can anyone explain how to get the result of transaction after sending it, TonSDK send transaction method is returning .boc and how can i get the status of this kind of response? When i checking Tonapi, Toncenter they are only accepting hash of transaction.
#web #boc #vue #tonweb
#js-sdk #web #boc #vue
one year ago
Original
Get result/status of transaction

Can anyone explain how to get the result of transaction after sending it, TonSDK send transaction method is returning .boc and how can i get the status of this kind of response? When i checking Tonapi, Toncenter they are only accepting hash of transaction.
#js-sdk #web #boc #vue