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

x/eas_deno/types/ed25519-dalek/ed25519-dalek-verify-request.ts>ED25519DalekVerifyRequest

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
class ED25519DalekVerifyRequest
import { ED25519DalekVerifyRequest } from "https://deno.land/x/eas_deno@v1.1.5/types/ed25519-dalek/ed25519-dalek-verify-request.ts";

Constructors

new
ED25519DalekVerifyRequest(
publicKey: string,
signature: string,
dataToVerify: string,
)

Properties

dataToVerify: string
publicKey: string
signature: string