Signing message on Litecoin Blockchain
This involves using a private key to generate a digital signature for a specific piece of data (the message) to prove ownership or authenticity without revealing the private key itself
NB: Signing an address message is only possible using an L address.
/api/Utility/sign-message
Sign digital message
Sign digital message
Parameter | Type | Description |
---|---|---|
Content-Type* | application/json | Application in JSON format |
message* | String | Data to be signed |
privkey* | String | Address private key |
Response | Description |
---|---|
200: OK | Success! Message signed |
Base URL: https://kakromnilayer.io
Liaas SDK package installation
/** * Sign message on Litecoin Blockchain **/ //pass your API key, wallet name, and the encrypted key const response = await liaasSdk.signMessage(message, private key);
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article