Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/eas_deno/services/ed25519-dalek-service.ts>ED25519DalekService#verify

eas-deno is a TypeScript SDK that authenticates with the main EAS API through tokenization. Giving you the performance of Rust without having to learn FFI in Rust.
Latest
method ED25519DalekService.prototype.verify
import { ED25519DalekService } from "https://deno.land/x/eas_deno@v1.1.5/services/ed25519-dalek-service.ts";

Parameters

token: string
publicKey: string
signature: string
dataToVerify: string