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 2

10 months ago
How we generate a Transaction Hash in the TON Blockchain?
How we generate a Transaction Hash in the TON Blockchain?
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-generated hash" ([source](https://answers.ton.org/question/1493029364177047552/when-sending-value-to-multiple-accounts-with-send-raw-message-in-a-highload-wallet-is-it-guaranteed-that-all-of-the-transfers-succeed)). My question is, **how is the transaction hash generated or calculated in general?** I understand that we have a public key for signing.
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-generated hash" ([source](https://answers.ton.org/question/1493029364177047552/when-sending-value-to-multiple-accounts-with-send-raw-message-in-a-highload-wallet-is-it-guaranteed-that-all-of-the-transfers-succeed)). My question is, **how is the transaction hash generated or calculated in general? I understand that we have a public key for signing. **
#transaction #blockchain #hash
#transaction #hash #blockchain
10 months ago
Original
How we generate a Transaction Hash in the TON Blockchain?

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-generated hash" ([source](https://answers.ton.org/question/1493029364177047552/when-sending-value-to-multiple-accounts-with-send-raw-message-in-a-highload-wallet-is-it-guaranteed-that-all-of-the-transfers-succeed)). My question is, **how is the transaction hash generated or calculated in general? I understand that we have a public key for signing. **
#transaction #hash #blockchain