Verify Message

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

verify message on Litecoin Blockchain

Verifying a message on the blockchain involves confirming the authenticity of a message by using a public key and a digital signature


 /api/Utility/verify-message
Verify digital message
Verify digital message



ParametersHeader
Content-Type*application/json
application in JSON format
Bodymessage
data to be signed
address
Address private key
Responses200: OK
Success! Message verified


Verify message  with Javascript SDK

Liaas SDK package installation

/** 
 * verify message on Litecoin Blockchain
 **/
 
 
 //pass your API key, wallet name, and the encrypted key
const response = await liaasSdk.verifyMessage(
address, 
message, 
signature);

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