Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lucid/mod.ts>Lucid#verifyMessage

Lucid is a library, which allows you to create Cardano transactions and off-chain code for your Plutus contracts in JavaScript, Deno and Node.js.
Very Popular
Latest
method Lucid.prototype.verifyMessage
Re-export
import { Lucid } from "https://deno.land/x/lucid@0.10.10/mod.ts";

Verify a message. Expects the payload to be Hex encoded.

Parameters

payload: Payload
signedMessage: SignedMessage

Returns

boolean