How to sign a string and get the result through @tonconnectSDK?
from Jerry Lin
I’m working on signing a string with private key through connecting Ton Keeper.
And I’m building this feature on telegram bot. based on demo-telegram-bot
I found there’s a signData feature in @tonconnectSDK
SignDataFeature: {
name: "SignData";
}
Defined in packages/protocol/lib/types/index.d.ts:210
But I cannot call signData() successfully just like sendTransaction().
Is it possible to sign a string through @tonconnectSDK?
Thanks.
🔗 Answer on TON Overflow
Apr 12, 2023, 1:27 PM