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
Parameters | Header |
---|---|
Content-Type* | application/json |
application in JSON format |
Body | message |
---|---|
data to be signed |
address | |
---|---|
Address private key |
Responses | 200: OK |
---|---|
Success! Message verified |
Base URL: https://kakromnilayer.io
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
Feedback sent
We appreciate your effort and will try to fix the article