Sign Address Message

Created by Admin KL, Modified on Mon, 19 Feb at 9:41 AM by Admin KL

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

ParameterTypeDescription
Content-Type*application/jsonApplication in JSON format
message*StringData to be signed
privkey*StringAddress private key
ResponseDescription
200: OKSuccess! Message signed


Sign a message  with Javascript SDK

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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article