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
Answered
How to sign a string and get the result through @tonconnectSDK?

I’m working on signing a string with private key through connecting Ton Keeper.
And I’m building this feature as a Telegram bot, based on demo-telegram-bot.

I found there’s a signData feature in @tonconnectSDK, defined in packages/protocol/src/models/feature.ts:

SignDataFeature: { name: "SignData" }

But I cannot call signData() successfully just like sendTransaction().

Is it possible to sign a string through @tonconnectSDK?

Thanks.

Votes Newest

Answers


Here's a revised version with improved grammar:

I have followed up with Jerry and the TonKeeper team regarding your question. It seems that at this time, TonKeeper does not support signing data yet. Jerry received this response from the TonKeeper team.

  
  
Posted 11 months ago
Howard Peng
10 × 1 Administrator
3K Views
1 Answer
11 months ago
10 months ago
Tags